/*-----------------------------------------------------------------------------------



-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Home One
        1.1 Header Area
        1.2 Slider Area
        1.3 Appoinment Area
        1.4 Service Area
        1.5 About Area
        1.6 Gallery Area
        1.7 Callto Action Area
        1.8 Our Doctors
        1.9 Testimonial Area
       1.10 Feature Blog Area
       1.11 Footer Area
    2. Home Two
    3. About Area
    4. Service Details
    5. Contact Page
    6. Blog Area
    7. Blog Details
    8. Team Details

-----------------------------------------------------------------------------------*/


/*============================================
* 1. Home One / 1.1 Header Area
*=============================================*/

.header-top {
    background-color: #dddddd;
    padding: 11px 0;
}

.htp-address li {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    margin-right: 25px;
}

.htp-address li i {
    margin-right: 9px;
    color: #199cdb;
}

.htp-appoinment {
    text-align: right;
}

.btn-style-one a,
.btn-style-one button {
    display: inline-block;
    height: 40px;
    width: 180px;
    background: #199cdb;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-left: 40px;
}

.btn-style-one a:hover,
.btn-style-one button:hover {
    background-color: #ff6853;
}

.btn-style-one a i,
.btn-style-one button i {
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1eadf1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btn-style-one a:hover i,
.btn-style-one button:hover i {
    background-color: #ff8170;
}

.header-bottom {
    position: relative;
}

.hb_inner {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}

.hb_inner.sticky_header {
    position: fixed;
}

.logo a {
    display: inline-block;
}

.main-menu {}

.main-menu nav ul {
    text-align: right;
}

.main-menu nav ul li {
    display: inline-block;
    position: relative;
}

.main-menu nav ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    display: block;
    padding: 30px 18px;
    text-transform: capitalize;
}

.main-menu nav ul li:hover>a,
.main-menu nav ul li.active>a {
    color: #199cdb;
}

.main-menu nav ul li:last-child a {
    padding-right: 0;
}


/*dropdown menu*/

.main-menu .submenu {
    text-align: left;
    position: absolute;
    left: 0;
    top: 76px;
    z-index: 20;
    background: #fff;
    width: 220px;
    border-radius: 2px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    padding: 13px 0px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu nav ul li:hover>.submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .submenu li {
    display: block;
}

.main-menu .submenu li a {
    padding: 12px 15px;
}


/*mobile menu*/

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_menu {
    background: transparent;
    margin-top: 21px;
}

.slicknav_menu .slicknav_icon-bar {
    height: 2px;
    width: 19px;
    margin: 3px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #1eadf1;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -38px;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1px, 7px);
    transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px);
    transform: rotate(-45deg) translateY(-6px);
}

.slicknav_menu {
    margin-top: 0;
}

.slicknav_nav {
    background: #0c0c0c;
    margin: 0;
    padding: 6px 0px;
    margin-top: 10px;
}

.slicknav_nav a:hover {
    background: #fefefe none repeat scroll 0 0;
    border-radius: 0;
}

.slicknav_nav a {
    font-size: 14px;
    letter-spacing: 0.01em;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_nav .slicknav_row:hover {
    background-color: #199cdb;
    border-radius: 0;
}

.slicknav_nav a:visited {
    color: #fff;
}



/*END mobile menu css*/

.htp-search {
    text-align: right;
    position: relative;
}

.htp-search .ht-search-btn {
    display: inline-block;
    color: #199cdb;
    cursor: pointer;
}

.htp-search form {
    display: none;
    position: absolute;
    right: 0;
    top: 43px;
    z-index: 11;
    width: 280px;
    padding: 14px;
    background: rgba(30, 173, 241, 0.55);
    border-radius: 8px;
}

.htp-search form input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    letter-spacing: 0;
    font-size: 13px;
    background: #ffffff;
    border: none;
    padding-right: 45px;
}

.htp-search form button {
    height: 45px;
    width: 45px;
    background: #fff;
    border: none;
    position: absolute;
    right: 14px;
    top: 14px;
    color: #1eadf1;
    outline: none;
    cursor: pointer;
}




/*============================================
* END Header Area
*=============================================*/


/*============================================
* 1.2 Slider Area
*=============================================*/

.slider-area {}

.slider-item {
    height: 660px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.slider-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient( 180deg, rgba(252, 170, 159, 0.5) 0%, rgba(158, 176, 190, 0.5) 37%, rgba(64, 181, 220, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(252, 170, 159, 0.5) 0%, rgba(158, 176, 190, 0.5) 37%, rgba(64, 181, 220, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(252, 170, 159, 0.5) 0%, rgba(158, 176, 190, 0.5) 37%, rgba(64, 181, 220, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
}
.list-of-service ul li a:hover{
    background: #6fcbf3;
color: #fff !important;
}
.slider-content h4 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
    line-height: 32px;
    margin-bottom: 18px;
}

.slider-content h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 65px;
    margin-bottom: 24px;
    background: rgba(66, 64, 64, 0.48);
    display: inline-block;
    padding: 0px 9px;
}

.slider-content h2 span {
    color: #ff6853;
}

.slider-content p {
    color: #000000;
    width: 486px;
    max-width: 100%;
    margin-bottom: 19px;
    font-size: 17px;
}

.slider-content.text-center p {
    margin: auto;
    margin-bottom: 19px;
}
.slider-content {
    margin-top: -100px;
}

.icon-right a,
.icon-right button {
    margin-left: 0;
    margin-right: 40px;
}

.icon-right a i,
.icon-right button i {
    left: auto;
    right: -40px;
}




/*slider-content-animation*/

.slider-content h4,
.slider-content h2,
.slider-content p,
.slider-content .btn-style-one {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.owl-item.active .slider-content h4 {
    -webkit-animation: scfadeinup 800ms ease-in-out 0.3s forwards;
    -o-animation: scfadeinup 800ms ease-in-out 0.3s forwards;
    animation: scfadeinup 800ms ease-in-out 0.3s forwards;
}

.owl-item.active .slider-content h2 {
    -webkit-animation: scfadeinup 800ms ease-in-out 0.5s forwards;
    -o-animation: scfadeinup 800ms ease-in-out 0.5s forwards;
    animation: scfadeinup 800ms ease-in-out 0.5s forwards;
}

.owl-item.active .slider-content p {
    -webkit-animation: scfadeinup 800ms ease-in-out 0.7s forwards;
    -o-animation: scfadeinup 800ms ease-in-out 0.7s forwards;
    animation: scfadeinup 800ms ease-in-out 0.7s forwards;
}

.owl-item.active .slider-content .btn-style-one {
    -webkit-animation: scfadeinup 800ms ease-in-out 0.9s forwards;
    -o-animation: scfadeinup 800ms ease-in-out 0.9s forwards;
    animation: scfadeinup 800ms ease-in-out 0.9s forwards;
}

@keyframes scfadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.slider-area .owl-dots {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-area .owl-dot {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 12px 0px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slider-area .owl-dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slider-area .active {
    background-color: #199cdb;
}

.slider-area .active:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}




/*============================================
* END Slider Area
*=============================================*/


/*============================================
* 1.3 Appoinment Area
*=============================================*/

.btn-style-one button {
    outline: none;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.appoinment-area {
    margin-top: -100px;
}

.appoinment-box {
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.03);
}

.appoinment-left {
    height: 100%;
    background: url(../images/appoinment-left-thumb.jpg) center center no-repeat;
}

.appoinment-form {
    text-align: center;
    padding: 38px 30px 47px 0;
}

.appoinment-form h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #199cdb;
    margin-bottom: 3px;
}

.appoinment-form p {
    max-width: 100%;
    width: 388px;
    margin: auto;
    color: #333333;
    line-height: 26px;
}

.appoinment-form form {
    margin-top: 25px;
}

.appoinment-form form input,
.appoinment-form .nice-select {
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #e1e1e1;
    padding-left: 15px;
    letter-spacing: 0;
    font-size: 13px;
    border-radius: 0;
}

.nice-select .list {
    width: 100%;
}

.appoinment-form form .btn-style-one {
    margin-top: 40px;
}





/*============================================
* END Appoinment Area
*=============================================*/


/*============================================
* 1.4 Service Area
*=============================================*/

.service-area {}

.section-title {
    text-align: center;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    color: #333333;
    text-transform: uppercase;
}

.section-title h2 span {
    color: #199cdb;
}

.section-title .icon-bar {
    margin: 15px 0px 18px;
    position: relative;
    z-index: 1;
}

.section-title .icon-bar img {
    background-color: #fff;
}

.section-title .icon-bar.bg-gray-icon img {
    background-color: #f1f1f1;
}

.section-title .icon-bar:before {
    content: '';
    position: absolute;
    left: calc(50% - 100px);
    bottom: 15px;
    height: 3px;
    width: 100px;
    background: #199cdb;
    z-index: -1;
}
.section-title .icon-bar:after {
    content: '';
    position: absolute;
    right: calc(50% - 100px);
    bottom: 15px;
    height: 3px;
    width: 100px;
    background: #ff6853;
    z-index: -1;
}
.dhft{
    float: left;
    margin-right: 10px;
}
.section-title p {
    color: #333333;
    max-width: 100%;
    width: 450px;
    margin: auto;
}

.single-service {
    background: #f1f1f1;
    text-align: center;
    margin-bottom: 30px;
}

.single-service:hover {
}

.single-service .icon {
    color: #199cdb;
    margin-bottom: 22px;
}

.single-service .icon span:before {
    font-size: 44px;
}

.single-service h2 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 8px;
}
@media (min-width: 1400px){
    .single-service h2 {
        font-size: 18px;

    }



}
.single-service h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #46b0fb;
    height: 2px;
    width: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-service p {
    color: #fff;
}

.single-service:hover .icon,
.single-service:hover h2,
.single-service:hover p {
    color: #fff;
}

.single-service:hover h2:before {
    background-color: #fff;
}




/*============================================
* END Service Area
*=============================================*/


/*============================================
* 1.5 About Area
*=============================================*/

.about-area {}

.abt-left-thumb {
    height: 100%;
    background: url(../images/abt-left-thumb.jpg) center center/cover no-repeat;
    position: relative;
    width: 100%;
}

.abt-left-thumb a {

    height: 100%;
    width: 100%;
    display: flex;
    background: transparent;
    position: relative;
    top: -40px;
    padding: 0 10%;
}

.abt-left-thumb a span {
    margin: auto;
}

.abt-left-thumb a span:before {
    color: #fff;
    font-size: 74px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.abt-left-thumb a:hover span:before {
    color: #199cdb;
}

.abt-right {
    padding: 20px 10px 0px 0px;
}

.abt-right h2.abt-title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 22px
}

.abt-right h2.abt-title:before {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     height: 2px;
     width: 65px;
     background-color: #00d6ff;
 }
.abt-right h2.titled:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 02px;
    width: 65px;
    background-color: transparent;

}
.abt-right>p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-bottom: 8px;
}

.abt-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abt-ft-item {
    flex-basis: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.abt-ft-item .icon {
    float: left;
    margin-top: 13px;
    margin-right: 17px;
}

.abt-ft-item .icon span:before {
    font-size: 49px;
    color: #199CDA;
}

.abt-ft-contact {
    overflow: hidden;
}

.abt-ft-contact h2 {
    font-size: 18px;
    font-weight: 700;
    color: #199cdb;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.abt-ft-contact p {
    color: #333333;
}




/*============================================
* END About Area
*=============================================*/


/*============================================
* 1.6 Gallery Area
*=============================================*/

.gallery-area {}

.gallery-filter {
    border-top: 1px solid #199cdb;
    border-bottom: 1px solid #199cdb;
    text-align: center;
    margin-bottom: 60px;
}

.gallery-filter button {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 0;
    background: transparent;
    border: none;
    margin: 0px 14px;
    outline: none;
    cursor: pointer;
}

.gallery-filter button.active,
.gallery-filter button:hover {
    color: #ff6853;
}

.gallery-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 12px 19px rgba(0, 0, 0, 0.02);
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
}



/* This class can be replaced using options */

.hover-in {
    transition: .3s ease-out;
}

.hover-out {
    transition: .3s ease-in;
}

.gallery-item:hover {
    box-shadow: 0px 7px 19px rgba(111, 175, 212, 1);
}

.gallery-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    background-image: -moz-linear-gradient( 180deg, rgb(253, 173, 162) 0%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(253, 173, 162) 0%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(253, 173, 162) 0%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item:hover:before {
    opacity: 0.6;
}

.gallery-item:after {
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    height: 90%;
    width: 90%;
    border: 6px solid #fff;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item:hover:after {
    opacity: 0.8;
}

.gallery-item img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.glry-item-info {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.glry-item-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 27px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item:hover .glry-item-info h4 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.expnd-link {}

.expnd-link a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 48px;
    margin: 0px 12px;
    opacity: 0;
}

.gallery-item:hover .expnd-link a {
    opacity: 1;
    margin: 0px 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.expnd-link a:hover {
    background-color: #fff;
    color: #444;
}



/*============================================
* END Gallery Area
*=============================================*/


/*============================================
* 1.7 Callto Action Area
*=============================================*/

.callto-action-area {
    padding: 51px 0px 73px;
    position: relative;
    z-index: 1;
    background: url(../images/zj.png) no-repeat;
    background-size: 100% 100%;}

.callto-action-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.cta-content {}

.cta-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 15px;
}

.cta-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 200px;
    background: #fff;
}

.cta-content p {
    color: #ffffff;
    line-height: 25px;
}

.cta-btn {
    text-align: right;
}

.cta-btn a {
    background-color: #fff;
    color: #199cdb;
}

.cta-btn a:hover,
.cta-btn a:hover i {
    color: #fff;
}

.cta-btn a i {
    background-color: #e5f6ff;
    color: #199cdb;
}



/*============================================
* END Callto Action Area
*=============================================*/


/*============================================
* 1.8 Our Doctors
*=============================================*/

.our-doctors {}

.single-doctor {
    margin-bottom: 30px;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.02);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-doctor:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.doctor-thumb {
    position: relative;
    z-index: 1;
    display: block;
}

.doctor-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(46, 164, 221, 0.65);
}

.single-doctor:hover .doctor-thumb:before {
    opacity: 1;
}

.doctor-thumb img {
    max-width: 100%;
    display: inline-block;
}

.dctor-hover-info {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dctor-hover-info h2 a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 27px;
    display: block;
    padding-bottom: 29px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-doctor:hover .dctor-hover-info h2 a {
    opacity: 1;
}

.dctor-hover-info h2 a:before {
    content: '';
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: #d9d9d9;
}

.dctr-social-link a {
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 0px 5px;
    opacity: 0;
}

.single-doctor:hover .dctr-social-link a {
    margin: 0px 1px;
    opacity: 1;
}

.dctr-social-link a:hover {
    background-color: #fff;
    color: #444;
}

.doctor-meta {
    text-align: center;
    background-color: #fff;
    padding: 13px 10px;
}

.doctor-meta h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
}

.doctor-meta p {
    color: #333333;
}




/*============================================
* END Our Doctors
*=============================================*/


/*============================================
* 1.9 Testimonial Area
*=============================================*/

.testimonial-area {
    background-color: #42a5f6;
}

.tst-item {
    position: relative;
    text-align: center;
    padding-top: 43px;
    z-index: 1;
}

.tst-item p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 32px;
    width: 717px;
    max-width: 100%;
    margin: auto;
}

.tst-thumb {
    margin: 46px auto 20px;
    position: relative;
    display: inline-block;
}

.tst-thumb:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    border: 1px solid #fff;
    border-radius: 50%;
}

.tst-thumb img {
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.tst-item h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}

.tst-item span {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dot {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 5px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-carousel .owl-dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-carousel .active:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}




/*============================================
* 1.9 Testimonial Area
*=============================================*/


/*============================================
* 1.10 Feature Blog Area
*=============================================*/

.feature-blog-area {}

.ft-blog {}

.ftb-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.ftb-thumb img {
    max-width: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ft-blog:hover .ftb-thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ftb-thumb a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    background: -moz-linear-gradient( 180deg, rgba(253, 173, 162, 0.5) 0%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
    background: -webkit-linear-gradient( 180deg, rgba(253, 173, 162, 0.5) 0%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
    background: -ms-linear-gradient( 180deg, rgba(253, 173, 162, 0.5) 0%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
    background: linear-gradient( 180deg, rgba(253, 173, 162, 0.5) 0%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
}

.ft-blog:hover .ftb-thumb a {
    opacity: 1;
}

.ftb-thumb a i {
    margin: auto;
    height: 50px;
    width: 50px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 48px;
    border-radius: 50%;
    font-size: 17px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ft-blog:hover .ftb-thumb a i {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.blog-content {
    background-color: #fff;
    padding: 14px 30px 19px;
}

.blog-content h2 a {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block;
}

.blog-meta {
    margin-bottom: 10px;
}

.blog-meta p {
    color: #666666;
    font-size: 14px;
}

.blog-meta p span {
    display: inline-block;
    float: right;
}

.blog-meta p i {
    margin-right: 8px;
}

.blog-content p {
    color: #333333;
    letter-spacing: 0;
}

.blg-btm-meta {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 5px 30px;
    margin-bottom: 0;
}

.blg-btm-meta p i,
.blog-content h2 a:hover {
    color: #199cdb;
}


/*============================================
* END Feature Blog Area
*=============================================*/


/*============================================
* 1.11 Footer Area
*=============================================*/

.footer-top {
    background-color: #030b1e;
    border-bottom: 1px solid #333333;
}

.fwidget {
    color: #999999;
}

.fwidget h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0;
    margin: 17px 0px 36px;
}

.about_company a {
    display: block;
    margin-bottom: 24px
}

.about_company p {
    color: #333;
    margin-bottom: 30px;
}

.f_social li {
    display: inline-block;
}

.f_social li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #199cdb;
    color: #333;
    font-size: 14px;
    margin: 0px 5px;
}

.f_social li a:hover {
    border: 2px solid #199cdb;
    background-color: #199cdb;
}

.f_social li:first-child a {
    margin-left: 0;
}

.quick_link ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 32px;
}

.quick_link ul li a:hover {
    color: #199cdb;
}

.quick_contact form input,
.quick_contact form textarea {
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
    border: 2px solid #fff;
    padding-left: 20px;
    letter-spacing: 0;
    color: #fff;
}

.quick_contact form input::-webkit-input-placeholder,
.quick_contact form textarea::-webkit-input-placeholder {
    color: #fff;
}

.quick_contact form input::-moz-placeholder,
.quick_contact form textarea::-moz-placeholder {
    color: #fff;
}

.quick_contact form input:-ms-input-placeholder,
.quick_contact form textarea:-ms-input-placeholder {
    color: #fff;
}

.quick_contact form input:-moz-placeholder,
.quick_contact form textarea:-moz-placeholder {
    color: #fff;
}

.quick_contact form textarea {
    height: 67px;
    padding-top: 12px;
}

.quick_contact form #submit {
    color: #fff;
    background: #199cdb;
    cursor: pointer;
    border: 2px solid #199cdb;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.quick_contact form #submit:hover {
    border: 2px solid #fff;
    background-color: transparent;
}

.instagram_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instagram_img a {
    flex-basis: 80px;
    padding: 5px;
    display: inline-block;
}

.footer-bottom {
    background-color:#081640;
    padding: 17px 0px;
}

.footer-bottom p {
    color: #f2f2f2;
    letter-spacing: 0;
}

.footer-bottom ul {
    text-align: right;
}

.footer-bottom ul li {
    display: inline-block;
}

.footer-bottom ul li a {
    color: #f2f2f2;
    letter-spacing: 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 21px;
}

.footer-bottom ul li a:hover {
    color: #199cdb;
}



/*============================================
* END Footer Area
*=============================================*/


/*============================================
* 2. Home Two
*=============================================*/

.hb-style-two {
    background-color: #f1f1f1;
}

.hb-style-two .main-menu nav ul {
    text-align: left;
}

.main-menu nav>ul>li:first-child>a {
    padding-left: 0;
}

.header-top .f_social {
    text-align: right;
}

.header-top .f_social li a {
    color: #199cdb;
}

.header-top .f_social li a:hover {
    color: #fff;
}

.header-middle {
    padding: 15px 0px;
}

.hmr-contact-list {
    text-align: right;
}

.hmrs-contact {
    text-align: left;
    display: inline-block;
    overflow: hidden;
    margin-top: 9px;
}

.hmrs-contact .icon {
    float: left;
    height: 55px;
    width: 44px;
    border: 2px solid #199cdb;
    color: #199cdb;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    margin-right: 12px;
}

.hmrs-contact .content {
    overflow: hidden;
}

.hmrs-contact .content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
}

.hmrs-contact .content span {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}


/*apf-style-two*/

.apf-style-two form .btn-style-one {
    margin-top: 0;
}

.apf-style-two {
    text-align: center;
    padding: 50px;
    box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.01);
}


/*abt-left-thumb2*/

.abt-left-thumb2 {
    margin-top: -130px;
}


/*single-service-two*/

.single-service-two {
    margin-bottom: 30px;
    background: #f1f1f1;
    text-align: center;
    border: 1px solid #d4d4d4;
}
.single-service-two:hover {

    border-bottom:1px solid #0098d8
}
.single-service-two:hover .xqbtn1 {

}

.ss-img{

    height: 100%;
    width: 100%;
}
.ss-tow-thumb {
    overflow: hidden;
    height: 23vh;
}

.ss-tow-thumb img{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ss-tow-thumb img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ss-tow-thumb div{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ss-tow-thumb div:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-two h2 a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    display: block;
    background: #f1f1f1;
    padding: 12px;
}

.single-service-two h2 a:hover {
    color: #199cdb;
}



/*blog style two*/

.ft-blog2 {
    background: url(../images/ft3-blog-bg.jpg) center center/cover no-repeat;
}

.ft-blog2 .blog-content {
    width: 390px;
    max-width: 100%;
    padding: 50px 34px;
    background: rgba(30, 173, 241, 0.72);
}

.ft-blog2 .blog-content h2 a {
    color: #fff;
}

.ft-blog2 .blog-content h2 a:hover {
    color: #333;
}

.ft-blog2 .blog-meta p {
    color: #fff;
}

.ft-blog2 .blog-content>p {
    color: #fff;
}

.last-meta {
    border-top: 2px solid #f1f1f1;
    margin-top: 31px;
    padding-top: 30px
}

.ft-blog2-right {}

.ft-dsfvsdf-single {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.ft-dsfvsdf-single:last-child {
    margin-bottom: 0;
}

.ft-dfvdfv-left {
    float: left;
    margin-right: 20px;
}

.ft2-content {
    overflow: hidden;
}

.ft2-content h2 a {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 9px;
    display: block;
    margin-top: 16px;
}

.ft2-content h2 a:hover {
    color: #199cdb;
}

.ft2-content ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #666666;
    line-height: 23px;
}

.ft2-content ul li i {
    padding-right: 5px;
}

/*important-service*/

.important_inner {
    margin-top: 100px;
    margin-bottom: -78px;
}

.important_list {
    padding: 50px;
}

.important_list .icon {
    float: left;
    color: #fff;
    font-size: 54px;
    margin-right: 20px;
}

.imcont {
    overflow: hidden;
}

.imcont h2 {
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 6px;
}

.imcont p {
    color: #ffffff;
    letter-spacing: 0;
}

.bg_one {
    background-color: #199cdb;
}

.bg_two {
    background-color: #54aed9;
}

.bg_three {
    background-color: #66bbe4;
}

.fmargin_top {
    padding-top: 5px;
}


/*============================================
* END Home Two
*=============================================*/


/*============================================
* 3. About Area
*=============================================*/

.crumbs-area {
    padding: 100px 0px;
    position: relative;
    text-align: center;
    z-index: 1;
    background: url(../images/crumbs-bg.png) center center/cover no-repeat;
}
.areaus{
    background: url(../images/conus.png) center center/cover no-repeat;

}
.areaus1{
    background: url(../images/hz.png) center center/cover no-repeat;

}
.areaus2{
    background: url(../images/gywm.png) center center/cover no-repeat;

}
.area3{
    background: url(../images/jjfa.png) center center/cover no-repeat;

}
.areaus4{
    background: url(../images/xwzx.png) center center/cover no-repeat;

}
.crumbs-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
}
.crumbs_inner p{
    color: #fff;
    line-height: 30px;
}
.crumbs_inner {}

.crumbs_inner h2 {
    color: #ffffff;
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 29px;
    line-height: 50px;
}

.crumbs_inner ul li {
    display: inline-block;
}

.crumbs_inner ul li a,
.crumbs_inner ul li span {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    position: relative;
}

.crumbs_inner ul li a:before {
    content: '/';
    position: absolute;
    right: -14px;
    top: 1px;
    color: #fff;
}

.crumbs_inner ul li span {}


/*Our Services*/

.happy-client-area {
    padding: 71px 0px 72px;
    position: relative;
    z-index: 1;
    background: url(../images/cta-bg.jpg) center center/cover no-repeat;
}

.happy-client-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(25, 156, 219, 0.9);
}

.counter-item {
    text-align: center;
    border: 2px solid #a5cadc;
    padding: 50px 20px;
}

.counter-item h2.counter_up {
    font-size: 60px;
    color: #fafafe;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 12px;
}

.counter-item span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}



/*============================================
* END About Area
*=============================================*/


/*============================================
* 4. Service Details
*=============================================*/

.service-details-area {}

.list-of-service {}

.list-of-service ul {}

.list-of-service ul li {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.list-of-service ul li a img {
    display: inline-block;
    margin-right: 16px;
    max-width: 22px;
}

.list-of-service ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #333!important;
    text-transform: uppercase;
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
}

.list-of-service ul li a.active {
    background-color: #10b2f9;
    color: #fff !important;
}

.service-d-content img {
    margin-bottom: 40px;
}

.service-d-content h4 {
    display: block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.service-d-content p {
    margin-bottom: 25px;
    color: #333333;
    line-height: 26px;
}

.service-d-content ul {
    margin-bottom: 25px;
}

.service-d-content ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
    line-height: 36px;
}

.service-d-content ul li i {
    color: #219eda;
    margin-right: 10px;
}



/*============================================
* END Service Details
*=============================================*/


/*============================================
* 5. Contact Page
*=============================================*/

.contact-area {}

.contact-left-cnt {
    background: #44addf;
    height: 100%;
    padding: 65px 50px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2.contact-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

h2.contact-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #fff;
}

.contact-left-cnt p {
    color: #fff;
    margin-bottom: 23px;
}

.contact-left-cnt ul li {
    color: #fff;
    display: flex;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 19px;
}

.contact-left-cnt ul li:last-child {
    margin-bottom: 0;
}

.contact-left-cnt ul li i {
    margin-right: 18px;
    height: 100%;
    margin-top: 7px;
    font-size: 18px;
}

.contact-form {}

.contact-form h2.contact-title {
    color: #333333;
}

.contact-form h2.contact-title:before {
    background-color: #44addf;
}

.contact-form p {
    color: #333333;
    width: 335px;
    max-width: 100%;
    margin-bottom: 25px;
}

.contact-form form {}

.contact-form form input,
.contact-form form textarea {
    height: 50px;
    width: 100%;
    border: 2px solid #e1e1e1;
    margin-bottom: 20px;
    padding-left: 15px;
    letter-spacing: 0;
}

.contact-form form textarea {
    height: 136px;
    padding-top: 12px;
}

.contact-form form #csubmit {
    background-color: #44addf;
    width: 151px;
    padding: 0;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form form #csubmit:hover {
    background-color: #444;
}

#google_map {
    height: 500px;
}


/*============================================
* END Contact Page
*=============================================*/


/*============================================
* 6. Blog Area
*=============================================*/

.blog-area {}

.blog-area .ft-blog {
    margin-bottom: 30px;
}

.pagination_area {
    margin-top: 30px;
}

.pagination_area ul {
    text-align: center;
}

.pagination_area ul li {
    display: inline-block;
}

.pagination_area ul li a {
    display: block;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    border: 1px solid #444;
}

.pagination_area ul li a:hover,
.pagination_area ul li.active a {
    background-color: #199cdb;
    color: #fff;
    border: 1px solid #199cdb;
}



/*============================================
* END Blog Area
*=============================================*/


/*============================================
* 7. Blog Details
*=============================================*/

.blog-details .blg-thumb {
    margin-bottom: 40px;
}

.blg-details-content {}

.blg-details-content h2 a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 11px;
}

.blg-details-content h2 a:hover {
    color: #199cdb;
}

.blg-d-meta {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0;
    margin-bottom: 19px;
}

.blg-d-meta span {
    color: #199cdb;
}

.blg-details-content p {
    color: #333333;
    margin-bottom: 25px;
}

.blg-details-content>ul {
    margin-bottom: 20px;
}

.blg-details-content>ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
    line-height: 30px;
    padding-left: 19px;
    position: relative;
}

.blg-details-content>ul li:before {
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 0px;
    font-family: fontawesome;
    color: #1eadf1;
    font-size: 16px;
}

.blg-details-content img {
    float: left;
    margin-right: 25px;
    margin-bottom: 13px;
}

.share-next-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 28px 0px;
}

.social-share {
    display: flex;
}

.social-share span {
    font-size: 14px;
    letter-spacing: 0;
    color: #333333;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 13px;
}

.social-share ul li {
    display: inline-block;
}

.social-share ul li a {
    display: block;
    font-size: 15px;
    height: 40px;
    width: 40px;
    border: 2px solid #199cdb;
    text-align: center;
    line-height: 39px;
    color: #199cdb;
    margin-right: 2px;
}

.social-share ul li a:hover {
    background-color: #199cdb;
    color: #fff;
}

.next-post a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #199cdb;
    letter-spacing: 0;
}


/*comment area*/

.comment-area {
    overflow: hidden;
    margin-bottom: 22px;
    margin-top: 60px;
}

h4.comment-title {
    font-size: 21px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 19px;
}

h4.comment-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    background-color: #999999;
}

.comment-info-inner article {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comment-thumb {
    float: left;
}

.comment-thumb img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.comment-content {
    overflow: hidden;
}

.comment-content .meta-data h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.comment-content .meta-data span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #199cdb;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.comment-content p {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    line-height: 23px;
    margin-top: 16px;
}

.comment-content a {
    margin-top: 12px;
    display: inline-block;
    color: #199cdb;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
}

.comment-content a:hover {
    color: #199cdb;
}

.children {
    padding-left: 60px;
}


/*leave-comment-area*/

.leave-comment-area form input,
.leave-comment-area form textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #999999;
    padding-left: 20px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.leave-comment-area form textarea {
    height: 120px;
    padding-top: 12px;
}

.leave-comment-area form #c_submit {
    margin-bottom: 0;
    max-width: 120px;
    background-color: #199cdb;
    text-align: center;
    padding-left: 0;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.leave-comment-area form #c_submit:hover {
    background-color: #333;
}


/*sidebar css*/

.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget_search form {
    position: relative;
}

.widget_search form input {
    height: 45px;
    width: 100%;
    border: 1px solid #199cdb;
    padding-left: 20px;
    padding-right: 45px;
    background: #fff;
    letter-spacing: 0;
}

.widget_search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    background-color: #199cdb;
}

h2.widget_title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

h2.widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 3px;
    z-index: 1;
    background: #199cdb;
}

.widget_category ul li {
    display: block;
}

.widget_category ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: 0;
    line-height: 20px;
    margin: 13px 0px;
    padding-bottom: 13px;
}

.widget_category ul li a:first-child {
    margin-top: 0;
}

.widget_category ul li a:hover {
    color: #199cdb;
}

.rcp_single {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.rcp_single:last-child {
    margin-bottom: 0;
}

.rcp_thumb {
    float: left;
    margin-right: 20px;
}

.rcp_thumb img {
    max-width: 70px;
}

.rcp_content {
    overflow: hidden;
    margin-top: -7px;
}

.rcp_content h2 a {
    display: block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.rcp_content h2 a:hover {
    color: #199cdb;
}

.rcp_content span {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0;
}

.widget_tags ul li {
    display: inline-block;
}

.widget_tags ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    letter-spacing: 0;
    border: 1px solid #d7d7d7;
    padding: 8px 13px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.widget_tags ul li a:hover {
    background-color: #333333;
    color: #fff;
}



/*============================================
* END Blog Details
*=============================================*/


/*============================================
* 8. Team Details
*=============================================*/

.team-details {}

.team-details-left {}

.team-details-left img {
    max-width: 100%;
    width: 390px;
}

.tmdl-contact-box {
    background: #199cdb;
    text-align: center;
    padding: 40px;
}

.tmdl-contact-box h2 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 17px;
    padding-bottom: 17px;
    position: relative;
}

.tmdl-contact-box h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 100px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tmdl-contact-box p {
    font-size: 16px;
    color: #ffffff;
}

.tmdl-contact-box>a {
    display: inline-block;
    color: #199cdb;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 10px 31px;
}

.tmdl-contact-box>a:hover {
    background-color: #444;
    color: #fff;
}

.tmdl-contact-box .dctr-social-link {
    margin-top: 20px;
}

.tmdl-contact-box .dctr-social-link a {
    opacity: 1;
    margin: 0px 2px;
}

.tmdl-contact {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 30px 0px;
}

.tmdl-single {
    margin: 20px 0px;
}

.tmdl-single h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
}

.tmdl-single p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

.tmdr-content {}

.tmdr-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.tmdr-content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #199cdb;
    letter-spacing: 0;
    margin-bottom: 23px;
}

.tmdr-content p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
}

.tmdr-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0;
    margin: 48px 0px 24px;
}

.tmdr-content ul {
    margin-top: 40px;
}

.tmdr-content ul li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #333333;
    line-height: 36px;
}

.tmdr-content ul li i {
    color: #219eda;
    margin-right: 10px;
}

.progress_bar {}

.progress_bar span {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

.p_bar_area {
    height: 10px;
    width: 100%;
    position: relative;
    background: #cccccc;
    border-radius: 2px;
    margin-bottom: 26px;
}

.p_bar_area span {
    position: absolute;
    right: -11px;
    top: -31px;
    font-size: 14px;
    font-weight: 400;
    color: #199cdb;
    letter-spacing: 0;
}

.p_bar {
    position: absolute;
    left: 2px;
    top: 2px;
    height: 6px;
    border-radius: 2px;
    background: #199cdb;
}


.cta:active {
    transform: translateY(3px);
}

.btn-text-parent {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.wrap_text {
    display: inline-block;
}

.buildin-btn-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    transform: translateY(100%);
}
.buildin-btn-text .btn-letter {
    opacity: 0;
}

.btn-letter {
    display: inline-block;
    margin: 0em 0.01em;
    position: relative;
    transition: transform 300ms, opacity 300ms ease;
}

.current-btn-text .btn-letter:nth-child(1) {
    transition-delay: 49ms;
}

.current-btn-text .btn-letter:nth-child(2) {
    transition-delay: 99ms;
}

.current-btn-text .btn-letter:nth-child(3) {
    transition-delay: 149ms;
}

.current-btn-text .btn-letter:nth-child(4) {
    transition-delay: 199ms;
}

.current-btn-text .btn-letter:nth-child(5) {
    transition-delay: 249ms;
}

.current-btn-text .btn-letter:nth-child(6) {
    transition-delay: 299ms;
}

.current-btn-text .btn-letter:nth-child(7) {
    transition-delay: 349ms;
}

.current-btn-text .btn-letter:nth-child(8) {
    transition-delay: 399ms;
}

.current-btn-text .btn-letter:nth-child(9) {
    transition-delay: 449ms;
}

.current-btn-text .btn-letter:nth-child(10) {
    transition-delay: 499ms;
}

.current-btn-text .btn-letter:nth-child(11) {
    transition-delay: 549ms;
}

.current-btn-text .btn-letter:nth-child(12) {
    transition-delay: 599ms;
}

.current-btn-text .btn-letter:nth-child(13) {
    transition-delay: 649ms;
}

.current-btn-text .btn-letter:nth-child(14) {
    transition-delay: 699ms;
}

.current-btn-text .btn-letter:nth-child(15) {
    transition-delay: 749ms;
}

.current-btn-text .btn-letter:nth-child(16) {
    transition-delay: 799ms;
}

.current-btn-text .btn-letter:nth-child(17) {
    transition-delay: 849ms;
}

.current-btn-text .btn-letter:nth-child(18) {
    transition-delay: 899ms;
}

.current-btn-text .btn-letter:nth-child(19) {
    transition-delay: 949ms;
}

.current-btn-text .btn-letter:nth-child(20) {
    transition-delay: 999ms;
}

.current-btn-text .btn-letter:nth-child(21) {
    transition-delay: 1049ms;
}

.current-btn-text .btn-letter:nth-child(22) {
    transition-delay: 1099ms;
}

.current-btn-text .btn-letter:nth-child(23) {
    transition-delay: 1149ms;
}

.current-btn-text .btn-letter:nth-child(24) {
    transition-delay: 1199ms;
}

.current-btn-text .btn-letter:nth-child(25) {
    transition-delay: 1249ms;
}

.current-btn-text .btn-letter:nth-child(26) {
    transition-delay: 1299ms;
}

.current-btn-text .btn-letter:nth-child(27) {
    transition-delay: 1349ms;
}

.current-btn-text .btn-letter:nth-child(28) {
    transition-delay: 1399ms;
}

.current-btn-text .btn-letter:nth-child(29) {
    transition-delay: 1449ms;
}

.current-btn-text .btn-letter:nth-child(30) {
    transition-delay: 1499ms;
}

.buildin-btn-text .btn-letter:nth-child(1) {
    opacity: 0;
    transition-delay: 49ms;
}

.buildin-btn-text .btn-letter:nth-child(2) {
    opacity: 0;
    transition-delay: 99ms;
}

.buildin-btn-text .btn-letter:nth-child(3) {
    opacity: 0;
    transition-delay: 149ms;
}

.buildin-btn-text .btn-letter:nth-child(4) {
    opacity: 0;
    transition-delay: 199ms;
}

.buildin-btn-text .btn-letter:nth-child(5) {
    opacity: 0;
    transition-delay: 249ms;
}

.buildin-btn-text .btn-letter:nth-child(6) {
    opacity: 0;
    transition-delay: 299ms;
}

.buildin-btn-text .btn-letter:nth-child(7) {
    opacity: 0;
    transition-delay: 349ms;
}

.buildin-btn-text .btn-letter:nth-child(8) {
    opacity: 0;
    transition-delay: 399ms;
}

.buildin-btn-text .btn-letter:nth-child(9) {
    opacity: 0;
    transition-delay: 449ms;
}

.buildin-btn-text .btn-letter:nth-child(10) {
    opacity: 0;
    transition-delay: 499ms;
}

.buildin-btn-text .btn-letter:nth-child(11) {
    opacity: 0;
    transition-delay: 549ms;
}

.buildin-btn-text .btn-letter:nth-child(12) {
    opacity: 0;
    transition-delay: 599ms;
}

.buildin-btn-text .btn-letter:nth-child(13) {
    opacity: 0;
    transition-delay: 649ms;
}

.buildin-btn-text .btn-letter:nth-child(14) {
    opacity: 0;
    transition-delay: 699ms;
}

.buildin-btn-text .btn-letter:nth-child(15) {
    opacity: 0;
    transition-delay: 749ms;
}

.buildin-btn-text .btn-letter:nth-child(16) {
    opacity: 0;
    transition-delay: 799ms;
}

.buildin-btn-text .btn-letter:nth-child(17) {
    opacity: 0;
    transition-delay: 849ms;
}

.buildin-btn-text .btn-letter:nth-child(18) {
    opacity: 0;
    transition-delay: 899ms;
}

.buildin-btn-text .btn-letter:nth-child(19) {
    opacity: 0;
    transition-delay: 949ms;
}

.buildin-btn-text .btn-letter:nth-child(20) {
    opacity: 0;
    transition-delay: 999ms;
}

.buildin-btn-text .btn-letter:nth-child(21) {
    opacity: 0;
    transition-delay: 1049ms;
}

.buildin-btn-text .btn-letter:nth-child(22) {
    opacity: 0;
    transition-delay: 1099ms;
}

.buildin-btn-text .btn-letter:nth-child(23) {
    opacity: 0;
    transition-delay: 1149ms;
}

.buildin-btn-text .btn-letter:nth-child(24) {
    opacity: 0;
    transition-delay: 1199ms;
}

.buildin-btn-text .btn-letter:nth-child(25) {
    opacity: 0;
    transition-delay: 1249ms;
}

.buildin-btn-text .btn-letter:nth-child(26) {
    opacity: 0;
    transition-delay: 1299ms;
}

.buildin-btn-text .btn-letter:nth-child(27) {
    opacity: 0;
    transition-delay: 1349ms;
}

.buildin-btn-text .btn-letter:nth-child(28) {
    opacity: 0;
    transition-delay: 1399ms;
}

.buildin-btn-text .btn-letter:nth-child(29) {
    opacity: 0;
    transition-delay: 1449ms;
}

.buildin-btn-text .btn-letter:nth-child(30) {
    opacity: 0;
    transition-delay: 1499ms;
}

.cta:hover .current-btn-text .btn-letter {
    opacity: 0;
    transform: translateY(-100%);
}
.cta:hover .buildin-btn-text .btn-letter {
    opacity: 1;
    transform: translateY(-100%);
}






table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    color: #666666;
    font-size: 14px;
    margin: 0px;
    line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    color: #182C61;
}

h2 {
    font-weight: 700;
    font-size: 36px;
}

a {
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    display: block;
    margin: 0px;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

li {
}

.clear {
    clear: both;
}

.disabled {
    display: none;
}

::-moz-selection {
    background: #1e90ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1e90ff;
    color: #fff;
    text-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.ptb-100 {
    padding: 100px 0;
}

.boxshadow,
.tp-caption.boxshadow {
    box-shadow: none;
}

.hades.tparrows::before {
    color: #20b8f1;
    font-size: 20px;
    line-height: 50px;
}

.hades.tparrows {
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    border: 1px solid #20b8f1;
    background: transparent;
}

.hades.tparrows:hover::before {
    background: none;
    color: #20b8f1;
}

.tp-bannertimer {
    background: #00aeef;
}





.dark-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.dark-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1D5DF9;
    content: "";
    z-index: -1;
    opacity: .5;
}












/*=====basce css end here=========*/


/* =====================================
MARGIN TOP
===================================== */

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}


/* =====================================
MARGIN RIGHT,LEFT
===================================== */

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-50 {
    margin-left: 50px;
}


/* =====================================
MARGIN BOTTOM
===================================== */

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}


/*=====================================
PADDING TOP
===================================== */

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-200 {
    padding-top: 150px;
}


/* =====================================
PADDING RIGHT
===================================== */

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}


/* =====================================
PADDING BOTTOM
===================================== */

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-200 {
    padding-bottom: 200px;
}


/* =====================================
PADDING LEFT
===================================== */

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}


/* =====================================
1.3. PAGE SECTION PADDING
===================================== */

.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.p-100 {
    padding: 100px;
}


/* =====================================
1.4. PAGE SECTION MARGIN
===================================== */

.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mr-60 {
    margin: 0px 60px 0px 0px;
}


/*==============================
 theme buttons css goes here
===============================*/

.btn-one-dtf::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    background: -webkit-linear-gradient(0deg, #0e94d8 0%, #1f9dec 47%, #30a5ff 100%);
    background: linear-gradient(0deg, #0e94d8 0%, #1f9dec 47%, #30a5ff 100%);
}

.btn-two-dtf {
    border-radius: 3px;
    background: -webkit-linear-gradient(0deg, #008dd5 0%, #008dd5 100%);
    background: linear-gradient(0deg, #008dd5 0%, #008dd5 100%);
    transition: all 0.3s ease-in-out;
}

.btn-outline-primary.btn-sm {
    background: transparent none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid #ffffff;
}

.btn {
    border-radius: 18px;
    font-style: normal;
    padding: 0 22px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 500;
}

.home-version-four .cd-pricing-switcher .cd-switch {
    background: #007bff;
}

.home-version-four .cd-pricing-switcher .fieldset {
    background: #1D5DF9;
}

.home-version-four .cd-pricing-wrapper>li {
    background-color: transparent;
}

.home-version-four .cd-pricing-list>li {
    justify-content: space-between;
    display: flex !important;
}

.home-version-four .price-vh-four .main-vh-four {
    padding-bottom: 0px !important;
    padding: 0;
}

.home-version-four .pricing-section .pricing-main-area .price-deck .pricing-main {
    padding: 20px 0 80px;
}

.home-version-four .pricing-section .pricing-main-area .price-deck .three-d-site {
    position: relative;
    width: 310px;
}

.cd-pricing-switcher {
    text-align: center;
    margin-top: 55px;
}

.cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border: transparent;
    background: #1e90ff;
}

.cd-pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 200px;
    height: 60px;
    transform: translate(0%, 50%);
    line-height: 3px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #ffffff;
}

.cd-pricing-switcher .cd-switch {
    background: #2d136a;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 200px;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.cd-pricing-switcher input[type="radio"]:checked+label+.cd-switch,
.cd-pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.cd-switch {
    -webkit-transform: translateX(2050px);
    -moz-transform: translateX(205px);
    -ms-transform: translateX(205px);
    -o-transform: translateX(205px);
    transform: translateX(205px);
}

.no-js .cd-pricing-switcher {
    display: none;
}

.cd-pricing-list {
    margin-top: 80px;
}

.cd-pricing-list>li {
    position: relative;
    margin-bottom: 1em;
}

.cd-pricing-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.cd-pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    -moz-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
}

.cd-pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    -moz-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
}

.cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    -moz-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    -moz-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.cd-pricing-wrapper>li {
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.cd-pricing-wrapper>li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
}

.cd-pricing-wrapper>li.is-ended::after {
    display: none;
}

.cd-pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.cd-pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cd-pricing-wrapper .is-selected {
    z-index: 3 !important;
}

.no-js .cd-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

.cd-popular+li .cd-pricing-wrapper>li::before {
    display: none;
}

.d-inline-block {
    display: inline-block;
    width: 100%;
}

.cd-pricing-body {
    -webkit-overflow-scrolling: touch;
    margin: 0px 15px;
}

.is-switched .cd-pricing-body {
    overflow: hidden;
}

.cd-select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    /* hide button text on mobile */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.section-title h2 {
    font-weight: 700;
    font-size: 31px;
    text-transform: capitalize;
}


/* -------------------------------- xkeyframes -------------------------------- */

@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes cd-rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes cd-rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes cd-rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}


/*=======[ 05. Index 1 and 2 Shape Css ]========*/

.img_4 {
    animation: bounce 2s infinite linear;
    -webkit-animation: bounce 2s infinite linear;
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.img_2 {
    animation: bouncex 2s infinite linear;
    -webkit-animation: bouncex 2s infinite linear;
}

@keyframes bouncex {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}

.img_1 {
    animation: bounce-l 2s infinite linear;
    -webkit-animation: bounce-l 2s infinite linear;
}

@keyframes bounce-l {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.img_5 {
    animation: bounce-p 2s infinite linear;
    -webkit-animation: bounce-p 2s infinite linear;
}

@keyframes bounce-p {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

input {
    outline: none;
}

input[type=text] {
    box-shadow: none !important;
}


/*=======[ Index Sticky Nav Style ]========*/

#home-version-two .is-sticky .hostcox_sticky_nav {
    background: #fff;
}

.is-sticky {
    transition: all 0.3s ease-in-out;
}

.is-sticky .navbar-header a span {
    color: red;
}

.is-sticky .hostcox_sticky_nav {
    padding: 0px 0;
    background: #2b4fd6;
    z-index: 1000;
    transition: 0.5s ease;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    border: none;
}


/* Revolation Slider Overlay*/

.rev_slider_wrapper {
    position: relative;
    margin-top: -93px;
    z-index: 0;
}

.rev_slider_wrapper ul li .slider-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.zeus.tparrows.tp-leftarrow:before {
    font-family: "Flaticon";
    content: "\f101" !important;
}

.zeus.tparrows.tp-rightarrow:before {
    font-family: "Flaticon";
    content: "\f102" !important;
}

.section-content p {
    font-weight: 400;
}


/* -------- Pre Loader -------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 999999999;
}

#preloader #status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}


/*=========== { 58. crool to top section css} ===========*/

#scroll-top .pos-rtive {
    position: relative;
}

#scroll-top h2 {
    display: none;
}

#scroll-top .to-top a {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
    background: #1D5DF9;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    height: 53px;
    width: 53px;
    line-height: 53px;
    position: fixed;
    text-align: center;
    top: 87.7%;
    right: 45px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 999;
}

#scroll-top .to-top a i:before {
    margin: 0;
    font-size: 16px;
}

#scroll-top .to-top:hover {
    background: #ffff00 none repeat scroll 0 0;
    color: #283754;
}

.g-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #1e90ff;
}

.g-btn:before {
    position: absolute;
    background: linear-gradient(28deg, #2b6f96 0%, #3ec9cf 100%);
    content: "";
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.g-btn:hover:before {
    visibility: visible;
    opacity: 1;
    height: 105%;
    width: 105%;
}

.home_u_1 .g-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #1e90ff;
}

.home_u_1 .g-btn:before {
    position: absolute;
    background: linear-gradient(-135deg, #0dbbe6 0%, #342fd2 100%);
    content: "";
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.home_u_1 .g-btn:hover {
    color: #ffffff !important;
}

.home_u_1 .g-btn:hover:before {
    visibility: visible;
    opacity: 1;
    height: 105%;
    width: 105%;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.demo {
    position: relative;
}

.demo .navbar-nav li a {
    padding: 10px 0px 10px 15px;
}

.demo .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 480px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.demo .modal.right.fade.show .modal-dialog {
    right: 0;
    transition: all 0.3s ease-in-out;
}

.demo .modal.right.fade .modal-dialog {
    right: -320px;
    transition: all 0.3s ease-in-out;
}

.demo .modal-header {
    display: inline;
    padding: 0;
    border: none;
}

.demo .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
}

.demo .modal.right .modal-body {
    padding: 0;
}

.demo .modal-body .bar-top {
    padding: 0px 50px 20px;
    border-bottom: 1px solid #EBEBEB;
}

.demo .modal-header .close {
    height: 60px;
    width: 60px;
    background: #00ffe0;
    font-size: 30px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1;
}

.demo .modal-header .close i:before {
    margin: 0;
    font-size: 16px;
    line-height: 60px;
}

.demo .modal-header .close:hover {
    background: #1e90ff;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.demo .modal-header h2 a {
    color: red;
}

.demo .modal-header h2 img {
    height: 44px;
}

.demo button:focus {
    outline: 0px;
}

.demo .modal-header h2 {
    font-size: 40px;
    background: linear-gradient(142deg, #3ec9cf 0%, #2d136a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: inlilne-block;
    padding: 40px 60px 50px 50px;
    text-align: left;
}

.demo .modal-body ul {
    padding-top: 10px;
}

.demo .modal-body .bar-nav h2 {
    font-size: 26px;
    color: #1e90ff;
    font-weight: 700;
}

.demo .modal-body .bar-nav ul li {
    width: 250px;
    position: relative;
}

.demo .modal-body .bar-nav ul li a {
    font-size: 16px;
    color: #2d136a;
    line-height: 30px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.demo .modal-body .bar-nav ul li a:hover {
    color: #1e90ff;
}

.demo .modal-body .bar-nav ul li a:hover i {
    right: -15px;
}

.demo .modal-body .bar-nav ul li a i {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.demo .modal-body .bar-icon h2 {
    color: #2d136a;
    font-size: 30px;
}

.demo .modal-body .bar-icon .social_iocns {
    margin-bottom: 20px;
    padding: 5px 50px;
}

.demo .modal-body .bar-icon .social_iocns li {
    margin-right: 10px;
}

.demo .modal-body .bar-icon .social_iocns li a {
    width: 30px;
    height: 30px;
    color: #2d136a;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid #2d136a;
    margin-top: 8px;
    text-align: center;
    line-height: 2;
    transition: all 0.3s ease-in-out;
}

.demo .modal-body .bar-icon .social_iocns li a:hover {
    background: #1e90ff;
    color: #ffffff;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.demo .modal-body .bar-contact {
    padding: 20px 50px;
}

.demo .modal-body .bar-contact span {
    display: inherit;
    color: #2d136a;
    line-height: 30px;
    font-weight: 400;
}

.demo .modal-body .serach_option {
    padding: 0px 70px 20px 50px;
}

.demo .modal-body .serach_option form {
    position: relative;
}

.demo .modal-body .serach_option form input {
    background: transparent;
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    height: 60px;
    padding: 0px 80px 0 25px;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #2d136a;
    font-size: 16px;
    font-weight: 400;
}

.demo .modal-body .serach_option form input:focus {
    border: 1px solid #9b9b9c;
    outline: none;
}

.demo .modal-body .serach_option form input ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2d136a;
    font-size: 16px;
    font-weight: 500;
}

.demo .modal-body .serach_option form input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #2d136a;
    font-size: 16px;
    font-weight: 500;
}

.demo .modal-body .serach_option form input :-ms-input-placeholder {
    /* IE 10+ */
    color: #2d136a;
    font-size: 16px;
    font-weight: 500;
}

.demo .modal-body .serach_option form input :-moz-placeholder {
    /* Firefox 18- */
    color: #2d136a;
    font-size: 16px;
    font-weight: 500;
}

.demo .modal-body .serach_option form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border: none;
    background: #1D5DF9;
    border-radius: 0;
    cursor: pointer;
}

.demo .modal-body .serach_option form button i {
    font-size: 24px;
}

.demo .modal-body .serach_option form button i:before {
    margin: 0;
    color: #ffffff;
}

.contat-version header {
    background: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contat-version header:before {
    position: absolute;
    content: "";
    background: linear-gradient(166deg, #3ec9cf 0%, #2d136a 50%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.95;
}

header {
    background-image: -moz-linear-gradient(-120deg, #2d136a 43%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(-120deg, #2d136a 43%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(-120deg, #2d136a 43%, 100%);
    color: #ffffff;
    position: relative;
}

header::before {
    position: absolute;
    content: "";
    background: url(../images/header-shade.png);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

header .nav-header {
    position: relative;
}

header .nav-header .header-top {
    background: #2d136a;
    padding: 9px 0px;
    z-index: 5;
    position: relative;
}

header .nav-header .header-top .top-flex {
    display: flex;
    align-items: center;
}

header .nav-header .header-top p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

header .nav-header .header-top .left-header-top,
header .nav-header .header-top .middle-header-top,
header .nav-header .header-top .right-header-top {
    display: inline-block;
}

header .nav-header .header-top .header-top-icon {
    margin-right: 10px;
    margin-top: 0px;
    line-height: 30px;
}

header .nav-header .header-top .left-header-top {
    margin-right: 60px;
}

header .nav-header .header-top .left-header-top .email {
    display: flex;
}

header .nav-header .header-top .middle-header-top .phone {
    display: flex;
}

header .nav-header .header-top .top-area-left {
    flex: 1;
}

header .nav-header .header-top .top-area-right {
    flex: 1;
}

header .nav-header .header-top .right-header-top ul li {
    font-weight: 500;
    font-size: 14px;
    margin-left: 30px;
}

header .nav-header .header-top .right-header-top ul li a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

header .nav-header .header-top .right-header-top ul li a:hover {
    color: #1e90ff;
    transition: all 0.3s ease-in-out;
}

header .nav-header .header-top .right-header-top ul li a:hover i {
    color: #ffffff;
}

header .nav-header .header-top .right-header-top ul li a i {
    color: #ffffff;
}

header .nav-header .header-top .right-header-top ul li:first-child {
    margin-left: 0px;
}

header .nav-header .header-top .right-header-top ul li:nth-child(2) {
    margin-left: 50px;
}

header .eco_nav {
    padding-right: 0px;
}

/* header .eco_nav nav {
  padding: 0px;
} */

header .eco_nav nav .navbar-logo h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

header .eco_nav nav .navbar-logo img {
    height: 34px;
}

header .eco_nav nav .navbar-nav .nav-menu i,
header .eco_nav nav .navbar-nav .dropdown_icon i {
    margin-left: 10px;
}

header .eco_nav nav .navbar-nav .single_nav {
    position: relative;
}

header .eco_nav nav .navbar-nav .single_nav ul {
    min-width: 200px;
    padding: 15px 0 15px 15px;
}

header .eco_nav nav .navbar-nav .single_nav ul li {
    width: 100%;
}

header .eco_nav nav .navbar-nav .single_nav ul li .d-width {
    width: 190px;
}

header .eco_nav nav .navbar-nav li .nav-menu {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    padding: 33px 0px;
    margin: 0px 15px;
    text-decoration: none;
}

header .eco_nav nav .navbar-nav li .nav-menu.active,
header .eco_nav nav .navbar-nav li .nav-menu:hover,
header .eco_nav nav .navbar-nav li .nav-menu:focus {
    background: transparent;
    outline: none;
    color: #ffffff;
}

header .eco_nav nav .navbar-nav li .active {
    font-weight: 500;
}

header .eco_nav nav .navbar-nav li .nav_mega {
    padding: 0;
    margin: 0 130px;
}

header .eco_nav nav .navbar-nav li ul {
    position: absolute;
    top: 88px;
    left: 0;
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding: 0;
    z-index: 28;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

header .eco_nav nav .navbar-nav li ul li {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

header .eco_nav nav .navbar-nav li ul li .dropdown_icon:before {
    opacity: 1;
    visibility: visible;
}

header .eco_nav nav .navbar-nav li ul li:hover ul {
    opacity: 1 !important;
    visibility: visible;
    top: 0px;
    z-index: 9999;
}

header .eco_nav nav .navbar-nav li ul li a {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.9) !important;
    line-height: 39px !important;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

header .eco_nav nav .navbar-nav li ul li a:hover {
    color: #1e90ff !important;
}

header .eco_nav nav .navbar-nav li ul li .mega_menu_container {
    text-align: center;
    padding: 30px 30px 20px;
}

header .eco_nav nav .navbar-nav li ul li .mega_menu_container .mega_menu_box {
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding-bottom: 0px;
}

header .eco_nav nav .navbar-nav li ul li .mega_menu_container .mega_menu_box a {
    display: inline-block;
}

header .eco_nav nav .navbar-nav li ul li .mega_menu_container .mega_menu_box .mega_menu_heading {
    margin-top: 0px;
}

header .eco_nav nav .navbar-nav li ul li .mega_menu_container .mega_menu_box .mega_menu_heading a {
    transition: all 0.3s ease-in-out;
    margin: 0;
}

header .eco_nav nav .navbar-nav li ul li .mega_menu_container .mega_menu_box .mega_menu_heading a:before {
    display: none;
}

header .eco_nav nav .navbar-nav li ul li ul {
    position: absolute;
    top: 0px;
    left: 185px;
    opacity: 0 !important;
    visibility: hidden;
}

header .eco_nav nav .navbar-nav li .d-right i {
    position: relative;
    left: 0px;
    transition: all 0.3s ease-in-out;
    padding-right: 30px;
    line-height: 39px;
}

header .eco_nav nav .navbar-nav li .d-right:hover i {
    left: 15px;
    transition: all 0.3s ease-in-out;
}

header .eco_nav nav .navbar-nav li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 90px;
}

header .eco_nav nav .sign-in-option .navbar-nav li a {
    color: #ffffff;
}

.banner-body {
    padding: 95px 0px;
    color: #ffffff;
}

.banner-body .banner-body-content h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    padding: 0;
    color: #ffffff;
}

.banner-body .banner-body-content p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 50px;
}

.banner-body .banner-body-content a {
    background: #ffffff;
    color: #2d136a;
    border: none;
    padding: 20px 45px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.banner-body .banner-body-content a:hover {
    background: #1e90ff;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.banner-search-area .search-banner {
    position: relative;
}

.banner-search-area .search-banner .search-inner {
    border-radius: 5px;
    text-indent: 15px;
}

.banner-search-area .search-banner input::placeholder {
    font-size: 18px;
    color: #cecdcd;
}

.banner-search-area .search-banner input[type=text] {
    padding-right: 330px;
    box-shadow: none;
}

.banner-search-area .search-banner .search-option {
    position: absolute;
    right: 200px;
    top: 0px;
    z-index: 1;
}

.banner-search-area .search-banner .search-option select {
    background: none;
    border: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 18px;
    width: 120px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

.banner-search-area .search-banner .search-option select:focus {
    outline: none;
}

.banner-search-area .search-banner .search-option select option[value="1"],
.banner-search-area .search-banner .search-option select option[value="2"],
.banner-search-area .search-banner .search-option select option[value="3"],
.banner-search-area .search-banner .search-option select option[value="4"] {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.banner-search-area .search-banner .search-option i {
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 40px;
    font-size: 22px;
    color: #182C61;
    z-index: -6;
}

.banner-search-area .search-banner .search-submit {
    position: absolute;
    right: 28px;
    top: 0;
    padding-left: 50px;
    overflow: hidden;
}

.banner-search-area .search-banner .search-submit input {
    cursor: pointer;
    background: #1D5DF9;
    font-size: 18px;
    border: none;
    padding: 0px 50px;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 0px 5px 5px 0;
    transition: all 0.3s ease-in-out;
}

.banner-search-area .search-banner .search-submit input input[type=submit] {
    display: none;
}

.banner-search-area .search-banner .site-search {
    padding: 50px 120px 0px;
}

.banner-search-area .search-banner .site-search ul li {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-right: 46px;
    text-transform: uppercase;
}

.banner-search-area .search-banner .site-search ul li span {
    color: #1e90ff;
    font-weight: 500;
    padding-left: 20px;
}

.banner-search-area .search-banner .site-search ul li:last-child {
    padding-right: 0px;
}


/*============================================================ End Header =========================*/


/*============================================================ Strat best-section =========================*/

.best-section .best-card .card_site_active {
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
}

.best-section .best-card .card-site {
    transition: all 0.3s ease-in-out;
}

.best-section .best-card .card-site:hover {
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    transition: all 0.3s ease-in-out;
}

.best-section .best-card .card-site.active {
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
}

.best-section .best-card .card-site .main-card h5 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
}

.best-section .best-card .card-site .main-card p {
    font-size: 18px;
    line-height: 30px;
}


/*================================================================ End best-section =========================*/


/*================================================================ Strat pricing-section =========================*/

.pricing-section {
    background-image: -moz-linear-gradient(142deg, #2d136a 0%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(142deg, #2d136a 0%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(142deg, #2d136a 0%, #3ec9cf 100%);
    position: relative;
}

.pricing-section::before {
    content: "";
    background: url(../images/pricing-header.png);
    background-repeat: no-repeat;
    content: "";
    left: 43%;
    top: 15%;
    height: 350px;
    width: 350px;
    position: absolute;
}

.pricing-section .bestsite-head .section-title h2 {
    color: #ffffff;
}

.pricing-section .bestsite-head .section-content p {
    color: #ffffff;
}

.pricing-section .pricing-main-area .price-deck {
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.pricing-section .pricing-main-area .price-deck .pricing-main {
    position: relative;
    padding: 20px 17px 80px;
}

.pricing-section .pricing-main-area .price-deck .pricing-main .price-body {
    padding: 40px 60px 10px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
}

.pricing-section .pricing-main-area .price-deck .pricing-main .price-body h4 {
    font-size: 24px;
    text-transform: capitalize;
}

.pricing-section .pricing-main-area .price-deck .pricing-main .price-body h3 {
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient(142deg, #3ec9cf 0%, #2d136a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.pricing-section .pricing-main-area .price-deck .pricing-main .price-body small {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    bottom: 20px;
    right: 5px;
    color: black;
}

.pricing-section .pricing-main-area .price-deck .pricing-main ul {
    margin-bottom: 50px;
}

.pricing-section .pricing-main-area .price-deck .pricing-main ul li {
    display: block;
    padding: 6px 0px;
    font-size: 16px;
    color: #182C61;
}

.pricing-section .pricing-main-area .price-deck .pricing-main .pricing-price small {
    font-size: 18px;
    position: relative;
    bottom: 5px;
    right: 5px;
}

.pricing-section .pricing-main-area .price-deck .pricing-main .pricing-price h3 {
    font-size: 24px;
    font-weight: 700;
    background: -moz-linear-gradient(142deg, #2d136a 0%, #3ec9cf 100%);
    background: -webkit-linear-gradient(142deg, #2d136a 0%, #3ec9cf 100%);
    background: -ms-linear-gradient(142deg, #2d136a 0%, #3ec9cf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.pricing-section .pricing-main-area .price-deck .pricing-main .pricing-price h3 span {
    font-size: 18px;
    font-weight: 400;
}

.pricing-section .pricing-main-area .price-deck .pricing-main a {
    position: absolute;
    bottom: -30px;
    left: 50%;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 38px;
    border-radius: 0px;
    background: #2d136a;
    color: #ffffff;
    transform: translateX(-50%);
}

.pricing-section .pricing-main-area .price-deck .three-d-site {
    position: relative;
}

.pricing-section .pricing-main-area .price-deck .three-d-site::before {
    position: absolute;
    height: 300px;
    width: 300px;
    content: "";
    top: 0px;
    right: 160px;
    background: url(../images/pricing-3d.png);
    background-repeat: no-repeat;
    animation: bounce_price_2 25s infinite linear;
    -webkit-animation: bounce_price_2 25s infinite linear;
    z-index: -1;
    opacity: 1;
}

.pricing-section .pricing-main-area .price-deck .three-d-copy {
    position: relative;
}

.pricing-section .pricing-main-area .price-deck .three-d-copy::before {
    position: absolute;
    height: 300px;
    width: 200px;
    content: "";
    bottom: -110px;
    left: 225px;
    background: url(../images/pricing-3d-copy.png);
    background-repeat: no-repeat;
    animation: bounce_price_1 25s infinite linear;
    -webkit-animation: bounce_price_1 25s infinite linear;
    z-index: -1;
    opacity: 1;
}

@keyframes bounce_price_1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-320px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes bounce_price_2 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(320px);
    }
    100% {
        transform: translateY(0px);
    }
}


/*================================================================ End pricing-section =========================*/


/*================================================================ Strat Secured-speed-section =========================*/

.speed-Secured-content h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.speed-Secured-content p {
    font-size: 18px;
}

.speed-Secured-content a {
    padding: 18px 40px;
    background: #2d136a;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.speed-Secured-content ul {
    padding: 30px 0 40px;
}

.speed-Secured-content ul li {
    font-size: 16px;
    color: #666666;
    padding-bottom: 11px;
    font-weight: 500;
}

.speed-Secured-content ul li i {
    padding-right: 10px;
    color: #1D5DF9;
}

.speed-Secured-content .item_key {
    padding: 40px 0 25px;
}

.speed-Secured-content .item_key li {
    display: flex;
    padding-bottom: 30px;
}

.speed-Secured-content .item_key li i {
    padding-right: 18px;
    color: #1D5DF9;
    font-size: 30px;
}

.speed-Secured-content .item_key li .item_key_content h4 {
    font-size: 18px;
    color: #182C61;
}

.speed-Secured-content .item_key li .item_key_content p {
    font-size: 16px;
    color: #666666;
    padding-bottom: 11px;
    font-weight: 300;
    line-height: 23px;
}

.spreed_top_1 .left_img {
    position: relative;
    z-index: 10;
    width: 246px;
}

.spreed_top_1 .left_img .img_shape img {
    position: absolute;
    width: 100%;
    animation-name: bounce_fountainG;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.spreed_top_1 .left_img .img_shape .ser_1 {
    z-index: -1;
    bottom: -12px;
    animation-delay: 0s;
}

.spreed_top_1 .left_img .img_shape .ser_2 {
    z-index: -2;
    bottom: -31px;
    animation-delay: 0.39s;
}

.spreed_top_1 .left_img .img_shape .ser_3 {
    z-index: -3;
    bottom: -50px;
    animation-delay: 0.78s;
}

.spreed_top_1 .left_img .img_shape .ser_4 {
    z-index: -4;
    bottom: -69px;
    animation-delay: 1.17s;
}

.spreed_top_1 .left_img .img_shape .ser_5 {
    z-index: -5;
    bottom: -88px;
    animation-delay: 1.56s;
}

@keyframes bounce_fountainG {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        transform: translateY(19px);
        opacity: 1;
    }
    100% {
        transform: translateY(19px);
        opacity: 0;
    }
}

@keyframes services_1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.spreed_top_1 img.supprt_2 {
    position: absolute;
    top: 60px;
    right: 70px;
}

.spreed_btm_1 .speed--Secured-section {
    margin-top: 50px;
}

.spreed_btm_1 .right_img .img_shape .ser_1 {
    z-index: -1;
    top: 34%;
    left: 84px;
    position: absolute;
    transform: translateY(-50%);
    animation: services2_1 6s infinite linear;
    -webkit-animation: services2_1 6s infinite linear;
}

.spreed_btm_1 .right_img .img_shape .ser_2 {
    z-index: -1;
    top: 41%;
    right: 84px;
    position: absolute;
    transform: translateY(-50%);
    animation: services2_2 6s infinite linear;
    -webkit-animation: services2_2 6s infinite linear;
}

.spreed_btm_1 img.supprt_1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes services2_1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes services2_2 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}


/*================================================================ End Secured-speed-section =========================*/


/*================================================================ Strat location-section =========================*/

.location-section {
    background-image: -moz-linear-gradient(32deg, #2d136a 62%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(32deg, #2d136a 62%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(32deg, #2d136a 62%, #3ec9cf 100%);
}

.location-section .section-title h2 {
    color: #ffffff;
}

.location-section .section-content p {
    color: #8d95a6;
}

.location-section .location-map {
    position: relative;
}

.location-section .location-map .map-area {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: inline-block;
}

.location-section .location-map .map-area ul li {
    font-weight: 500;
    font-size: 20px;
    display: block;
    position: relative;
}

.location-section .location-map .map-area ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: -30px;
    top: 12px;
    background: #1e90ff;
    border-radius: 50%;
}

.location-section .location-map .map-area ul li span {
    color: #1e90ff;
}


/*================================================================ End location-section =========================*/


/*================================================================ Strat Feedback-section =========================*/

.Feedback-section .slider .testimonial-slider .testimonial-area {
    padding: 30px 60px;
    box-shadow: 0px 1px 40px 0px rgba(45, 19, 106, 0.1);
    margin: 30px 0px;
}

.Feedback-section .slider .testimonial-slider .testimonial-area .iteminner figure {
    display: flex;
}

.Feedback-section .slider .testimonial-slider .testimonial-area .iteminner figure img {
    width: auto;
}

.Feedback-section .slider .testimonial-slider .testimonial-area .iteminner figure .slide-head {
    position: relative;
    width: 100%;
}

.Feedback-section .slider .testimonial-slider .testimonial-area .iteminner figure .slide-head p {
    position: absolute;
    top: 34%;
    left: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #182C61;
}

.Feedback-section .slider .testimonial-slider .testimonial-area .iteminner figure .slide-head p span {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #1e90ff;
}

.Feedback-section .slider .testimonial-slider .testimonial-area .iteminner .slide-content p {
    color: #182C61;
    font-size: 18px;
}

.Feedback-section .owl-item {
    padding: 0 40px;
}

.Feedback-section .owl-prev,
.Feedback-section .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.Feedback-section .owl-prev i:before,
.Feedback-section .owl-next i:before {
    margin: 0;
    font-size: 26px;
    color: #2d136a;
    transition: all 0.3s ease-in-out;
}

.Feedback-section .owl-prev:hover i:before,
.Feedback-section .owl-next:hover i:before {
    color: #1e90ff;
}

.Feedback-section .owl-prev {
    left: -9% !important;
}

.Feedback-section .owl-next {
    right: -9% !important;
}

.feedback_1 {
    max-height: 860px;
    overflow: hidden;
}

.Feedback-logo ul .logo-top {
    padding-right: 166px;
    margin-bottom: 30px;
}

.Feedback-logo ul .logo-top:nth-child(4) {
    padding-right: 0px;
}

.Feedback-logo ul .logo-bottom {
    padding-right: 50px;
}

.Feedback-logo ul .logo-bottom:nth-child(8) {
    padding-right: 0px;
}


/*================================================================ End Feedback-section =========================*/


/*================================================================ Strat guranatee-section =========================*/

.guranatee-section {
    position: relative;
    z-index: 1;
    background: #2d136a;
}

.guranatee-section::before {
    position: absolute;
    content: "";
    background: url(../images/days-money-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.guranatee-section::after {
    position: absolute;
    content: "";
    background: url(../images/3d-money.png);
    background-repeat: no-repeat;
    width: 200px;
    left: 43%;
    top: 40px;
    height: 300px;
    z-index: -1;
}

.guranatee-section .bestsite-head .section-title h2 {
    color: #ffffff;
}

.guranatee-section .bestsite-head .section-content {
    margin-top: 25px;
}

.guranatee-section .bestsite-head .section-content p {
    color: #ffffff;
}

.guranatee-section .guranatee-more {
    width: 100%;
}

.guranatee-section .guranatee-more a {
    padding: 18px 40px;
    border: 2px solid #3ec9cf;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.guranatee-section .guranatee-more a:before {
    background: #1e90ff;
}


/*================================================================ End guranatee-section =========================*/


/*================================================================ Strat Blog-section =========================*/

.blog-section .blog-area {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-section .blog-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #2d136a;
    bottom: 0px;
    left: 0;
    opacity: 0.5;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.blog-section .blog-area:hover:before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.blog-section .blog-area .blog-img {
    display: block;
}

.blog-section .blog-area .Blog-content-inner {
    padding: 20px;
    position: absolute;
    top: 0;
}

.blog-section .blog-area .Blog-content-inner p,
.blog-section .blog-area .Blog-content-inner h3 {
    font-weight: 700;
    color: #ffffff;
}

.blog-section .blog-area .Blog-content-inner .blog-name {
    padding: 15px 0px;
}

.blog-section .blog-area .Blog-content-inner .blog-name p {
    font-size: 16px;
}

.blog-section .blog-area .Blog-content-inner .blog-title h3 {
    font-size: 24px;
}

.blog-section .blog-area .Blog-content-inner .blog-date p {
    font-size: 16px;
    font-weight: 500;
}

.blog-section .blog-area .blog-btn {
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.blog-section .blog-area .blog-btn a {
    color: black;
    font-size: 18px;
    font-weight: 700;
    background: #ffffff;
    padding: 18px 40px;
}

.blog-section .blog-area .blog-btn a:before {
    background: #1e90ff;
}

.blog-section .blog-area:hover .blog-btn {
    opacity: 1;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
}


/*================================================================ End guranatee-section =========================*/


/*================================================================ Strat Blog-section =========================*/

.Rectangle_16 {
    position: absolute;
    left: -15px;
    top: 8282px;
    width: 1938px;
    height: 543px;
    z-index: 3;
}

footer {
    background-image: -moz-linear-gradient(-171deg, #2d136a 53%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(-171deg, #2d136a 53%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(-171deg, #2d136a 53%, #3ec9cf 100%);
}

footer h2,
footer p,
footer li,
footer a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

footer a:hover {
    color: #1e90ff;
}

footer h3 {
    font-weight: 500;
    font-size: 20px;
    color: #1e90ff;
    margin-bottom: 40px;
}

footer img.f_logo {
    height: 36px;
    margin-bottom: 30px;
}

footer .icon-bottom li {
    margin-right: 15px;
    display: inline-flex;
}

footer .icon-bottom li:last-child {
    margin-right: 0px;
}

footer ul li {
    padding-bottom: 15px;
    display: inherit;
}

footer ul li:last-childe {
    padding-bottom: 0px;
}

footer .footer-title {
    padding-right: 70px;
}

footer .footer-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
}

footer .footer-title p {
    font-size: 16px;
}

footer .company-content ul li {
    display: block;
}

footer .newspaper-site input[type='email'] {
    background: none;
    border: 1px solid #1e90ff;
    color: #ffffff;
    height: 45px;
    width: 100%;
    border-radius: 4px;
    text-indent: 15px;
}

footer .newspaper-site input::placeholder {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
}

footer .newspaper-site .btn-send a {
    padding: 8px 26px;
    background: #ffffff;
    color: black;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin: 20px 0px 40px;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

footer .newspaper-site .btn-send a:hover {
    background: #1e90ff;
    color: #ffffff;
}

footer .newspaper-site ul li a {
    font-size: 14px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #8d95a6;
    transition: all 0.3s ease-in-out;
}

footer .newspaper-site ul li a:hover {
    background: #ffffff;
    color: #1e90ff;
}

footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0px;
}

footer .footer-bottom ul li {
    padding-left: 40px;
    padding-bottom: 0px;
    display: inline-flex;
}

footer .footer-bottom ul li:first-child {
    padding-left: 0px;
}


/*============================================================================================================= End Home version one ===============================================================================================================*/

.home-version-one_u .banner-area {
    background: none;
    overflow: hidden;
}

.home-version-one_u .banner-area::before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(50deg, #2d136a 43%, #3ec9cf 100%);
    z-index: -2;
}

.home-version-one_u .banner-area .shape {
    border-top: 1000px solid rgba(255, 255, 255, 0.03);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 250px;
    position: absolute;
    bottom: -124px;
    left: -25px;
    transform: rotate(-30deg);
    z-index: -2;
}

.home-version-one_u .banner-area .shape_1 {
    border-top: 1000px solid rgba(255, 255, 255, 0.02);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 300px;
    position: absolute;
    bottom: -124px;
    left: -229px;
    transform: rotate(-26deg);
    z-index: -2;
}

.home-version-one_u .banner-area .shape_3 {
    border-bottom: 1000px solid rgba(255, 255, 255, 0.03);
    border-left: 50px solid transparent;
    border-right: 39px solid transparent;
    height: 0;
    width: 265px;
    position: absolute;
    top: -182px;
    right: 29px;
    transform: rotate(-37deg);
    z-index: -2;
}

.home-version-one_u .banner-area .shape_4 {
    border-top: 1000px solid rgba(255, 255, 255, 0.03);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 250px;
    position: absolute;
    top: -124px;
    right: -214px;
    transform: rotate(-34deg);
    z-index: -2;
}

.home-version-one_u .banner-area .eco_nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-version-one_u .banner-body {
    padding: 190px 0px 100px;
}

.home-version-one_u .banner-body .banner-body-image {
    min-height: 448px;
    position: relative;
}

.home-version-one_u .banner-body .banner-body-image img {
    position: absolute;
}

.home-version-one_u .banner-body .banner-body-image .img_1 {
    top: 0;
    left: 0;
}

.home-version-one_u .banner-body .banner-body-image .img_2 {
    top: -35px;
    left: 134px;
    z-index: -1;
}

.home-version-one_u .banner-body .banner-body-image .img_3 {
    top: -31px;
    right: 80px;
}

.home-version-one_u .banner-body .banner-body-image .img_4 {
    top: -58px;
    right: 110px;
}

.home-version-one_u .banner-body .banner-body-image .img_5 {
    bottom: 31px;
    right: 42px;
}

.home-version-one_u .banner-body-content h2 {
    padding: 15px 0px 25px;
}

.home-version-one_u .banner-body-content a {
    background: #ffffff !important;
}

.home-version-one_u .pricing-section {
    background: none;
    overflow: hidden;
}

.home-version-one_u .pricing-section::before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(142deg, #3ec9cf 0%, #2d136a 100%);
    z-index: -2;
}

.home-version-one_u .pricing-section::after {
    content: "";
    background: url(../images/pricing-header.png);
    background-repeat: no-repeat;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    height: 350px;
    width: 350px;
    position: absolute;
    z-index: -1;
}

.home-version-one_u .pricing-section .price-deck {
    margin: 0 25px;
}

.home-version-one_u .pricing-section .shape {
    border-top: 1000px solid rgba(255, 255, 255, 0.03);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 250px;
    position: absolute;
    bottom: 68px;
    left: -1px;
    transform: rotate(-35deg);
    z-index: -2;
}

.home-version-one_u .pricing-section .shape_1 {
    border-top: 1000px solid rgba(255, 255, 255, 0.02);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 250px;
    position: absolute;
    bottom: -174px;
    left: -43px;
    transform: rotate(-35deg);
    z-index: -2;
}

.home-version-one_u .pricing-section .shape_3 {
    border-bottom: 700px solid rgba(255, 255, 255, 0.03);
    border-left: 50px solid transparent;
    border-right: 39px solid transparent;
    height: 0;
    width: 300px;
    position: absolute;
    top: -180px;
    right: -115px;
    transform: rotate(-37deg);
    z-index: -2;
}

.home-version-one_u .pricing-section .shape_4 {
    border-top: 500px solid rgba(255, 255, 255, 0.03);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 250px;
    position: absolute;
    top: -124px;
    right: -214px;
    transform: rotate(-34deg);
    z-index: -2;
}

.home-version-one_u .Feedback-section .bestsite-head {
    max-width: 800px;
    margin: 0px auto;
}

.home-version-one_u .Feedback-section .slider {
    padding: 0 100px;
    cursor: e-resize;
}

.home-version-one_u .Feedback-section .slider .owl-item {
    opacity: 0.2;
    padding: 80px 0px;
    box-shadow: none;
    transition: all 1s ease-in-out;
}

.home-version-one_u .Feedback-section .slider .owl-item .testimonial-area {
    margin: 0;
    padding: 30px 80px;
    box-shadow: none;
}

.home-version-one_u .Feedback-section .slider .owl-item .testimonial-area figure img {
    box-shadow: 0px 1px 40px 0px rgba(45, 19, 106, 0.1);
}

.home-version-one_u .Feedback-section .slider .owl-item.active {
    transition: all 1s ease-in-out;
    opacity: 1;
}

.home-version-one_u .Feedback-section .slider .owl-item.active .testimonial-area {
    box-shadow: 10px 17px 100px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 60px;
}

.home-version-one_u .Feedback-section .owl-controls {
    display: none !important;
}

.home-version-one_u .guranatee-site_6 {
    position: relative;
    z-index: 1;
}

.home-version-one_u .guranatee-site_6 .guranatee-left-bg {
    background: url(../images/update_in_g-1.jpg);
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}

.home-version-one_u .guranatee-site_6 .guranatee-left-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(56deg, #342fd2 43%, #0dbbe6 100%);
    opacity: 0.8;
}

.home-version-one_u .guranatee-site_6 .guranatee-right-bg {
    background: url(../images/update_in_g-2.jpg);
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
}

.home-version-one_u .guranatee-site_6 .guranatee-right-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(50deg, #342fd2 43%, #10afe4 100%);
    opacity: 0.8;
}

.home-version-one_u .guranatee-site_6 .guranatee-area {
    padding: 0 15px;
}

.home-version-one_u .guranatee-site_6 .guranatee-area .guranatee-area-img img {
    height: 95px;
}

.home-version-one_u .guranatee-site_6 .guranatee-area .guranatee-body .card-title {
    font-size: 28px;
    font-weight: 700;
}

.home-version-one_u .guranatee-site_6 .guranatee-area .guranatee-body .card-text {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 30px;
}

.home-version-one_u .guranatee-site_6 .guranatee-area .guranatee-body a {
    padding: 14px 35px;
    font-size: 16px;
}

.home-version-one_u .guranatee-site_6 .guranatee-area .guranatee-body a:hover {
    color: #2d136a;
}

.home-version-one_u .blog_ection_1 .blog-area:hover .blog-img a:before {
    opacity: 0;
    visibility: hidden;
}

.home-version-one_u .blog_ection_1 .blog-area:hover .blog-img a img {
    transform: scale(1);
}

.home-version-one_u .blog_ection_1 .blog-area:hover .Blog-content .blog-name span {
    color: #1D5DF9;
}

.home-version-one_u .blog_ection_1 .blog-area:hover .Blog-content .blog-name span a {
    color: #1D5DF9;
}

.home-version-one_u .blog_ection_1 .blog-area:hover .Blog-content .blog-btn a {
    color: #1D5DF9;
}

.home-version-one_u .blog_ection_1 .blog-area .blog-img {
    overflow: hidden;
}

.home-version-one_u .blog_ection_1 .blog-area .blog-img a {
    position: relative;
}

.home-version-one_u .blog_ection_1 .blog-area .blog-img a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #2c1369 43%, #3998b4 100%);
    content: "";
    z-index: 1;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    visibility: visible;
}

.home-version-one_u .blog_ection_1 .blog-area .blog-img a img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.home-version-one_u .blog_ection_1 .blog-area .Blog-content {
    background: #ffffff;
    padding: 15px 20px;
    margin: 0 25px;
    position: relative;
    margin-top: -84px;
    box-shadow: 15px 26px 100px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.home-version-one_u .blog_ection_1 .blog-area .Blog-content .blog-name {
    margin-bottom: 15px;
}

.home-version-one_u .blog_ection_1 .blog-area .Blog-content .blog-name span {
    font-size: 16px;
    font-weight: 700;
    color: #251157;
    transition: all 0.3s ease-in-out;
}

.home-version-one_u .blog_ection_1 .blog-area .Blog-content .blog-name span a {
    color: #251157;
    transition: all 0.3s ease-in-out;
}

.home-version-one_u .blog_ection_1 .blog-area .Blog-content .blog-title {
    margin-bottom: 40px;
}

.home-version-one_u .blog_ection_1 .blog-area .Blog-content .blog-title h3 a {
    font-size: 24px;
    font-weight: 700;
    color: #251157;
}

.home-version-one_u .blog_ection_1 .blog-area .Blog-content .blog-btn a {
    font-size: 16px;
    font-weight: 400;
    color: #251157;
    transition: all 0.3s ease-in-out;
}

.home-version-one_u .logos_area {
    border-top: 1px solid #f5f5f5;
}

.home-version-one_u footer {
    background: linear-gradient(-130deg, #2d136a 53%, #3ec9cf 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-version-one_u footer .shape {
    border-top: 1000px solid rgba(255, 255, 255, 0.03);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 250px;
    position: absolute;
    bottom: -111px;
    left: -132px;
    transform: rotate(-28deg);
    z-index: -2;
}

.home-version-one_u footer .shape_1 {
    border-top: 1000px solid rgba(255, 255, 255, 0.02);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 250px;
    position: absolute;
    bottom: -174px;
    left: -281px;
    transform: rotate(-30deg);
    z-index: -2;
}

.home-version-one_u footer .shape_3 {
    border-bottom: 700px solid rgba(255, 255, 255, 0.03);
    border-left: 50px solid transparent;
    border-right: 39px solid transparent;
    height: 0;
    width: 300px;
    position: absolute;
    top: -180px;
    right: -115px;
    transform: rotate(-37deg);
    z-index: -2;
}

.home-version-one_u footer .shape_4 {
    border-top: 500px solid rgba(255, 255, 255, 0.03);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 250px;
    position: absolute;
    top: -124px;
    right: -214px;
    transform: rotate(-34deg);
    z-index: -2;
}

.home-version-one .banner-body {
    padding: 190px 0px 100px;
}

.home-version-one .banner-body .banner-body-image {
    min-height: 448px;
    position: relative;
    z-index: 9;
}

.home-version-one .banner-body .banner-body-image img {
    position: absolute;
}

.home-version-one .banner-body .banner-body-image .img_1 {
    top: 0;
    left: 0;
}

.home-version-one .banner-body .banner-body-image .img_2 {
    top: -35px;
    left: 134px;
    z-index: -1;
}

.home-version-one .banner-body .banner-body-image .img_3 {
    top: -31px;
    right: 80px;
}

.home-version-one .banner-body .banner-body-image .img_4 {
    top: -58px;
    right: 110px;
}

.home-version-one .banner-body .banner-body-image .img_5 {
    bottom: 31px;
    right: 42px;
}

.home-version-one .banner-body-content h2 {
    padding: 15px 0px 25px;
}


/*============================================================================================================= Strat Home version two ===============================================================================================================*/


/*================================================================ Strat pricing-section =========================*/

.home-version-two,
.shape-version {
    /*End pricing-section */
}

.home-version-two .pricing-section,
.shape-version .pricing-section {
    background: #ffffff;
}

.home-version-two .pricing-section::before,
.shape-version .pricing-section::before {
    display: none;
}

.home-version-two .pricing-section .bestsite-head h2,
.shape-version .pricing-section .bestsite-head h2 {
    color: #2d136a;
}

.home-version-two .pricing-section .bestsite-head p,
.shape-version .pricing-section .bestsite-head p {
    color: #8d95a6;
}

.home-version-two .pricing-section .bestsite-head .pricing-btn,
.shape-version .pricing-section .bestsite-head .pricing-btn {
    display: inline-block;
    border: 1px solid #3ec9cf;
}

.home-version-two .pricing-section .bestsite-head .pricing-btn a,
.shape-version .pricing-section .bestsite-head .pricing-btn a {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    padding: 14px 40px;
    background: #2d136a;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.home-version-two .pricing-section .bestsite-head .pricing-btn a:last-child,
.shape-version .pricing-section .bestsite-head .pricing-btn a:last-child {
    padding: 14px 47px;
    background: #ffffff;
    color: black;
}

.home-version-two .pricing-section .bestsite-head .pricing-btn a:hover,
.shape-version .pricing-section .bestsite-head .pricing-btn a:hover {
    background: #1e90ff;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.home-version-two .pricing-section .pricing-main-area .three-d-site::before,
.shape-version .pricing-section .pricing-main-area .three-d-site::before {
    display: none;
}

.home-version-two .pricing-section .pricing-main-area .three-d-copy::before,
.shape-version .pricing-section .pricing-main-area .three-d-copy::before {
    display: none;
}

.home-version-two .pricing-section .pricing-main-area .price-deck,
.shape-version .pricing-section .pricing-main-area .price-deck {
    box-shadow: 15px 0px 100px 0px rgba(0, 0, 0, 0.1);
}

.home-version-two .pricing-section .pricing-main-area .price-deck a,
.shape-version .pricing-section .pricing-main-area .price-deck a {
    position: unset;
    background: #1e90ff;
    display: inline;
    transition: all 0.3s ease-in-out;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .pricing-main,
.shape-version .pricing-section .pricing-main-area .price-deck .pricing-main {
    padding-bottom: 30px;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .pricing-main:hover a,
.shape-version .pricing-section .pricing-main-area .price-deck .pricing-main:hover a {
    background: #2d136a;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .pricing-value h3,
.shape-version .pricing-section .pricing-main-area .price-deck .pricing-value h3 {
    font-size: 50px;
    font-weight: 700;
    color: #1e90ff;
    display: inline-block;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .pricing-value small,
.shape-version .pricing-section .pricing-main-area .price-deck .pricing-value small {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    bottom: 20px;
    right: 5px;
    color: black;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .price-body .price-body-title,
.shape-version .pricing-section .pricing-main-area .price-deck .price-body .price-body-title {
    padding-bottom: 10px;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .price-body .price-body-title h3,
.shape-version .pricing-section .pricing-main-area .price-deck .price-body .price-body-title h3 {
    -webkit-text-fill-color: #182C61;
    font-size: 28px;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .price-body .pricing-price span,
.shape-version .pricing-section .pricing-main-area .price-deck .price-body .pricing-price span {
    -webkit-text-fill-color: #182C61;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .price-body .pricing-price h3,
.shape-version .pricing-section .pricing-main-area .price-deck .price-body .pricing-price h3 {
    -webkit-text-fill-color: #1e90ff;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .pricing-main li,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main li {
    color: #ffffff;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value h3,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value h3 {
    -webkit-text-fill-color: #ffffff;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value small,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value small {
    color: #2d136a;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .pricing-main .price-body .price-body-title h3,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .price-body .price-body-title h3 {
    -webkit-text-fill-color: #ffffff;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .pricing-main .price-body .pricing-price small,
.home-version-two .pricing-section .pricing-main-area .price-middle .pricing-main .price-body .pricing-price h3,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .price-body .pricing-price small,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .price-body .pricing-price h3 {
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .pricing-main .price-body .pricing-price h3 span,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .price-body .pricing-price h3 span {
    -webkit-text-fill-color: #ffffff;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .price-deck,
.shape-version .pricing-section .pricing-main-area .price-middle .price-deck {
    background: #1e90ff;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .price-deck a,
.shape-version .pricing-section .pricing-main-area .price-middle .price-deck a {
    background: #ffffff;
    color: #2d136a;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main .price-body,
.shape-version .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main .price-body {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.home-version-two .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main:hover a,
.shape-version .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main:hover a {
    background: #2d136a;
    color: #ffffff;
}

.shape-version .service-option .service-area .service-body p {
    color: #182C61 !important;
}

.home-version-two {
    /*================================================================ End header-section =========================*/
    /*================================================================ Strat feature-section =========================*/
}

.home-version-two header {
    background: url(../images/h-v-2-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-version-two header::before {
    position: absolute;
    content: "";
    background: url(../images/hv2-header-shape.png);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.home-version-two header .nav-header .header-top {
    background: #1e90ff;
    padding: 8px 0px;
    margin-right: 0;
}

.home-version-two header .nav-header .header-top p {
    font-weight: 400;
}

.home-version-two header .nav-header .header-top .top_body {
    align-items: center;
}

.home-version-two header .nav-header .header-top .top-area-left a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    line-height: 30px;
}

.home-version-two header .nav-header .header-top .top-area-left a:hover {
    color: black;
}

.home-version-two header .nav-header .header-top .top-area-left a:hover i {
    color: #ffffff;
}

.home-version-two header .nav-header .header-top .left-header-top {
    margin-right: 30px;
}

.home-version-two header .nav-header .header-top .right-header-top {
    margin-right: 0px;
}

.home-version-two header .nav-header .header-top .right-header-top li:hover a {
    color: #2d136a;
}

.home-version-two header .nav-header .header-top .right-header-top ul li:nth-child(2) {
    margin-left: 30px;
}

.home-version-two header .nav-header .header-top .right-header-top .flex-right {
    display: flex;
}

.home-version-two header .nav-header .header-top .right-header-top li:last-child a:hover {
    color: black;
}

.home-version-two header .nav-header .header-top .right-header-top li:last-child a:hover i {
    color: #ffffff;
}

.home-version-two header .nav-header .nav-wrapper {
    z-index: 1;
    position: relative;
}

.home-version-two header .nav-header .eco_nav {
    padding: 0px;
    width: 1240px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    margin: 0px auto;
}

.home-version-two header .nav-header .eco_nav .navbar-nav li .nav-menu {
    color: #182C61;
}

.home-version-two header .nav-header .eco_nav .navbar-nav li .nav-menu:hover,
.home-version-two header .nav-header .eco_nav .navbar-nav li .nav-menu.active {
    color: #1e90ff;
}

.home-version-two header .nav-header .eco_nav .navbar-logo h2 {
    background-image: -moz-linear-gradient(50deg, #2d136a 43%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(50deg, #2d136a 43%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(50deg, #2d136a 43%, #3ec9cf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-version-two header .nav-header .eco_nav nav .sign-in-option .navbar-nav li a {
    color: #182C61;
}

.home-version-two header .nav-header .eco_nav nav .sign-in-option .navbar-nav li a:hover {
    color: #1e90ff;
}

.home-version-two header .banner-body-content {
    width: 145%;
}

.home-version-two header .banner-body h2 {
    font-size: 50px;
}

.home-version-two header .banner-body p {
    padding-right: 90px;
}

.home-version-two header .banner-body .banner-body-image img {
    margin-left: 10%;
}

.home-version-two .banner-search-area .search-inner {
    border-radius: 0px;
    border: 0px;
    box-shadow: 15px 25px 100px 0px rgba(45, 19, 106, 0.1);
    height: 82px;
}

.home-version-two .banner-search-area .search-option {
    right: 100px;
}

.home-version-two .banner-search-area .site-search {
    padding: 50px 80px 0px;
}

.home-version-two .banner-search-area .site-search li {
    color: black;
}

.home-version-two .banner-search-area .search-submit {
    border-radius: 0px;
    right: 0px;
    width: 90px;
    padding-left: 0;
}

.home-version-two .banner-search-area .search-submit input {
    font-size: 30px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 82px;
    width: 90px;
    padding: 0;
    text-align: center;
    line-height: 82px;
    position: relative;
}

.home-version-two .banner-search-area .search-submit .submit_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.home-version-two .banner-search-area .search-submit .submit_icon:before {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

.home-version-two .feature-section {
    background: #f4f3f7;
}

.home-version-two .feature-section .bestsite-head h2 {
    color: #2d136a;
}

.home-version-two .feature-section .feature-area .feature-top {
    margin-bottom: 35px;
}

.home-version-two .feature-section .feature-area .feature-main .feature-content {
    transition: all 0.3s ease-in-out;
    padding: 30px 40px;
}

.home-version-two .feature-section .feature-area .feature-main .feature-content:hover {
    background: #ffffff;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.home-version-two .feature-section .feature-area .feature-main .feature-content figure {
    display: flex;
}

.home-version-two .feature-section .feature-area .feature-main .feature-content figure .feature-image {
    width: 80px;
    height: 80px;
    margin-right: 25px;
}

.home-version-two .feature-section .feature-area .feature-main .feature-content figure .slide-head {
    position: relative;
    top: 22px;
}

.home-version-two .feature-section .feature-area .feature-main .feature-content figure .slide-head h4 {
    font-size: 24px;
    font-weight: 700;
    color: #182C61;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .pricing-main {
    position: relative;
    padding: 0px 0px 40px 0;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .pricing-main ul {
    margin-bottom: 40px;
}

.home-version-two .pricing-section .pricing-main-area .price-deck .pricing-main .price-body {
    border-bottom: 1px solid #ebebeb;
}

.home-version-two .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main .price-body {
    border-bottom: 1px solid #ebebeb;
}

.home-version-two .cd-pricing-body {
    width: 33.33%;
}

.home-version-two .cd-pricing-body {
    margin: 0px 38px;
}

.home-version-two .service-option .service-area .service-body p {
    color: #ffffff !important;
}


/*================================================================ Strat service-section =========================*/

.service-section {
    background: url(../images/service-bg_wp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service-section:before {
    position: absolute;
    content: "";
    background: linear-gradient(-130deg, rgba(45, 19, 106, 0.8) 63%, rgba(90, 219, 226, 0.92) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.service-section .bestsite-head h2,
.service-section .bestsite-head p {
    color: #ffffff;
}

.service-section .service-option .service-top {
    margin-bottom: 80px;
}

.service-section .service-option .service-area {
    padding-right: 30px;
}

.service-section .service-option .service-area .service-img {
    padding-bottom: 20px;
}

.service-section .service-option .service-area .service-body h5,
.service-section .service-option .service-area .service-body a {
    color: #ffffff;
}

.service-section .service-option .service-area .service-body h5 {
    font-weight: 700;
    font-size: 23px;
}

.service-section .service-option .service-area .service-body p {
    padding-bottom: 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
}

.service-section .service-option .service-area .service-body a {
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.service-section .service-option .service-area .service-body a i {
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
}

.service-section .service-option .service-area .service-body a:hover {
    color: #1D5DF9;
}

.service-section .service-option .service-area .service-body a:hover i {
    padding-left: 25px;
}


/*================================================================ End service-section =========================*/


/*================================================================ Strat guranatee-section =========================*/

.guranatee-site .guranatee-right-bg,
.guranatee-site .guranatee-left-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.guranatee-site .guranatee-area {
    padding: 0 15px;
}

.guranatee-site .guranatee-area .guranatee-area-img {
    height: 130px;
    margin-bottom: 30px;
}

.guranatee-site .guranatee-area .guranatee-body .card-text {
    padding: 0 30px;
    font-weight: 300;
}

.guranatee-site .guranatee-area .guranatee-body a,
.guranatee-site .guranatee-area .guranatee-body h5,
.guranatee-site .guranatee-area .guranatee-body p {
    color: #ffffff;
}

.guranatee-site .guranatee-area .guranatee-body h5 {
    font-size: 28px;
    font-weight: 700;
}

.guranatee-site .guranatee-area .guranatee-body p {
    font-size: 16px;
    margin-bottom: 50px;
}

.guranatee-site .guranatee-area .guranatee-body a {
    font-size: 16px;
    font-weight: 700;
    padding: 14px 25px;
    border: 1px solid #3ec9cf;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

.guranatee-site .guranatee-area .guranatee-body a:before {
    background: #1e90ff;
}

.guranatee-site .guranatee-area .guranatee-body a:hover {
    transition: all 0.3s ease-in-out;
}

.guranatee-site_6 {
    position: relative;
    z-index: 1;
}

.guranatee-site_6 .guranatee-left-bg {
    background: url(../images/update_in_g-1.jpg);
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}

.guranatee-site_6 .guranatee-left-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #2d136a;
    opacity: 0.8;
}

.guranatee-site_6 .guranatee-right-bg {
    background: url(../images/update_in_g-2.jpg);
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
}

.guranatee-site_6 .guranatee-right-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #251157;
    opacity: 0.8;
}


/*================================================================ End guranatee-section =========================*/


/*================================================================ Strat blog-section =========================*/

.blog-site .blog-inner .blog-area:hover .blog_banner img {
    transform: scale(1);
}

.blog-site .blog-inner .blog-area:hover .blog_banner a:before {
    opacity: 0;
    visibility: hidden;
}

.blog-site .blog-inner .blog-area:hover .blog-content h5 a {
    color: #1e90ff;
}

.blog-site .blog-inner .blog-area .blog_banner {
    overflow: hidden;
}

.blog-site .blog-inner .blog-area .blog_banner a {
    position: relative;
}

.blog-site .blog-inner .blog-area .blog_banner a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #2c1369 43%, #3998b4 100%);
    content: "";
    z-index: 1;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    visibility: visible;
}

.blog-site .blog-inner .blog-area .blog_banner a img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.blog-site .blog-inner .blog-area .blog-content {
    position: relative;
    bottom: 85px;
    right: 0;
    padding: 20px;
    margin-left: 65px;
    background: #ffffff;
    box-shadow: 15px 25.981px 73px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.blog-site .blog-inner .blog-area .blog-content .progress {
    background: transparent;
    border-radius: 0px;
}

.blog-site .blog-inner .blog-area .blog-content .progress .progress-bar {
    width: 20px;
    height: 5px;
    background: #1e90ff;
}

.blog-site .blog-inner .blog-area .blog-content h5 a {
    font-size: 20px;
    font-weight: 700;
    color: #182C61;
    transition: all 0.3s ease-in-out;
}

.blog-site .blog-inner .blog-area .blog-content p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
}

.blog-site .blog-inner .blog-area .blog-content span {
    font-size: 16px;
    font-weight: 700;
    color: #182C61;
}

.footer_02 {
    background: #2d136a;
}


/*============================================================================================================= End Home version two ===============================================================================================================*/

.icon-down {
    position: relative;
    width: 56px;
    height: 56px;
    bottom: 28px;
    left: 50%;
    background: #ffffff;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    font-size: 30px;
    color: #1e90ff;
    border-radius: 50%;
    line-height: 0;
    transform: translateX(-50%);
    text-align: center;
    line-height: 56px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.icon-down:hover {
    background: #1e90ff;
    color: #ffffff;
}


/*============================================================================================================= Strat Home version three ===============================================================================================================*/

 header .nav-header .header-top,
.vps-hosting-version header .nav-header .header-top {
    background: #182C61;
    padding: 0px;
}

 header .nav-header .header-top a,
.vps-hosting-version header .nav-header .header-top a {
    color: #ffffff;
}

 header .nav-header .header-top li a,
.vps-hosting-version header .nav-header .header-top li a {
    padding: 9px 0px;
    font-size: 14px;
    font-weight: 400;
}

 header .nav-header .header-top li .dropdown-toggle span,
.vps-hosting-version header .nav-header .header-top li .dropdown-toggle span {
    margin-left: 10px;
}

 header .nav-header .header-top li .dropdown-toggle::after,
.vps-hosting-version header .nav-header .header-top li .dropdown-toggle::after {
    display: none;
}

 header .nav-header .header-top li .dropdown-menu,
.vps-hosting-version header .nav-header .header-top li .dropdown-menu {
    padding: 0px;
    border-radius: 0;
    background: #1D5DF9;
    border: none;
}

 header .nav-header .header-top li .dropdown-menu .dropdown-item,
.vps-hosting-version header .nav-header .header-top li .dropdown-menu .dropdown-item {
    padding: 5px 15px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

 header .nav-header .header-top li .dropdown-menu .dropdown-item:hover,
.vps-hosting-version header .nav-header .header-top li .dropdown-menu .dropdown-item:hover {
    color: #2d136a;
    background: transparent;
}

 header .nav-header .header-top .top-area-right .right-header-top ul li,
.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li {
    transition: all 0.3s ease-in-out;
    padding: 0px 30px;
}

 header .nav-header .header-top .top-area-right .right-header-top ul li.active,
.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li.active {
    background: #1e90ff;
}

 header .nav-header .header-top .top-area-right .right-header-top ul li span,
.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li span {
    margin-right: 10px;
    position: relative;
    top: 5px;
}

 header .nav-header .header-top .top-area-right .right-header-top ul li p,
.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li p {
    font-weight: 400;
}

 header .nav-header .header-top .top-area-right .right-header-top ul li:last-child,
.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li:last-child {
    margin: 0px;
}

 {
    /*=========================================== End header =============================================*/
    /*=========================================== Strat service =============================================*/
    /*================================================================= End service ===================================================================*/
    /*================================================================= Strat testimonial ===================================================================*/
    /*================================================================= End testimonial ===================================================================*/
    /*================================================================= Strat blog ===================================================================*/
    /*================================================================= End blog ===================================================================*/
    /*================================================================= Strat footer ===================================================================*/
    /*================================================================= End footer ===================================================================*/
}

 header {
    background: url(../images/hv3-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

 header::before {
    display: none;
}

 header .nav-header .header-top .dropdown_area {
    position: relative;
    line-height: 48px;
    cursor: pointer;
}

 header .nav-header .header-top .dropdown_area:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
}

 header .nav-header .header-top .dropdown_area .language_icon {
    padding-left: 10px;
}

 header .nav-header .header-top .dropdown_area .dropdown_menu {
    position: absolute;
    top: 48px;
    left: 0;
    padding: 0px;
    border-radius: 0;
    background: #1D5DF9;
    border: none;
    min-width: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

 header .nav-header .header-top .dropdown_area .dropdown_menu .dropdown_item {
    padding: 6px 15px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    line-height: 23px;
}

 header .nav-header .header-top .dropdown_area .dropdown_menu .dropdown_item:hover {
    color: #2d136a;
    background: transparent;
}

 header .nav-header .eco_nav {
    background: #ffffff;
}

 header .nav-header .eco_nav nav .navbar-logo h2 {
    color: #182C61;
}

 header .nav-header .eco_nav nav .navbar-nav li .nav-menu:hover,
 header .nav-header .eco_nav nav .navbar-nav li.active {
    color: #1e90ff;
}

 header .nav-header .eco_nav nav .navbar-nav li .nav-menu {
    color: #182C61;
}

 header .nav-header .eco_nav nav .navbar-nav li .active {
    color: #1e90ff;
}

 header .nav-header .eco_nav nav .sign-in-option .navbar-nav li a {
    color: #1e90ff;
}

 header .banner-body {
    padding: 200px 0px 55px;
}

 header .banner-body .banner-content p,
 header .banner-body .banner-content h2 {
    color: #ffffff;
}

 header .banner-body .banner-content p {
    color: rgba(255, 255, 255, 0.8);
}

 header .banner-body .banner-content h2 {
    font-size: 60px;
    font-weight: 700;
}

 header .banner-body .banner-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

 header .banner-search-area .search-banner .search-inner {
    height: 60px;
}

 header .banner-search-area .search-banner .search-submit {
    right: 28px;
}

 header .banner-search-area .search-banner .search-submit a {
    background: #ffffff;
    color: #1e90ff;
    box-shadow: 0px 0px 80px 0px rgba(46, 90, 232, 0.2);
    height: 82px;
    transition: all 0.3s ease-in-out;
}

 header .banner-search-area .search-banner .search-submit a:hover {
    background: #1e90ff;
    color: #ffffff;
}

 header .banner-search-area .search-banner .site-search ul li span {
    color: #ffffff;
}

 header .blog-section .blog-area .blog-img {
    position: relative;
}

 header .blog-section .blog-area .blog-img:before {
    position: absolute;
    background: #1e90ff;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}

 .blog-section_3 .g-btn {
    transition: all 0.3s ease-in-out;
}

 .blog-section_3 .g-btn:hover {
    color: #ffffff;
}

 .service-section {
    background: #ffffff;
}

 .service-section:before {
    display: none;
}

 .service-section .bestsite-head h2 {
    color: #182C61;
}

 .service-section .bestsite-head p {
    color: #666 !important;]
font-size: 17px;
}

 .service-section .service-body p {
    color: #666 !important;
}

 .service-section .service-option .service-area .service-body .card-title {
    color: #182C61;
}

 .service-section .service-option .service-area .service-body a {
    color: #1e90ff;
}

 .Feedback-section .testimonial-slider .testimonial-area {
    position: relative;
    margin-top: 50px;
    box-shadow: none;
    background: #1e90ff;
    border-radius: 5px;
}

 .Feedback-section .testimonial-slider .testimonial-area .iteminner figure {
    display: block;
}

 .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .item-img {
    display: inline-block;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translate(-50%);
}

 .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p,
 .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p span {
    color: #ffffff;
}

 .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p {
    position: unset;
    margin-top: 60px;
}

 .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p span {
    display: block;
}

 .Feedback-section .testimonial-slider .testimonial-area .iteminner .slide-content p {
    color: #ffffff;
}

 .Feedback-section .testimonial-slider .owl-prev,
 .Feedback-section .testimonial-slider .owl-next {
    height: 70px;
    width: 70px;
    line-height: 68px;
    border-radius: 50%;
    box-shadow: 4px 7px 95px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in-out;
}

 .Feedback-section .testimonial-slider .owl-prev:hover,
 .Feedback-section .testimonial-slider .owl-next:hover {
    background: #1e90ff;
}

 .Feedback-section .testimonial-slider .owl-prev:hover i:before,
 .Feedback-section .testimonial-slider .owl-next:hover i:before {
    color: #ffffff;
}

 .Feedback-section .testimonial-slider .owl-prev i:before,
 .Feedback-section .testimonial-slider .owl-next i:before {
    font-size: 18px;
    color: #1e90ff;
    transition: all 0.3s ease-in-out;
}

 .Feedback-section .testimonial-slider .owl-prev {
    left: -20% !important;
}

 .Feedback-section .testimonial-slider .owl-next {
    right: -20% !important;
}

 .blog-section .blog-area .Blog-content-inner {
    top: auto;
    bottom: 0;
}

 .blog-section .blog-area:hover .blog-btn {
    bottom: 50%;
    transition: all 0.3s ease-in-out;
}

 .blog-section .blog-area .blog-btn {
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
}

 footer {
    background: #182C61;
}

 footer a:hover {
    color: #1e90ff;
}

 footer .newspaper-site ul li a:hover {
    background: #1e90ff;
}

 footer .newspaper-site .btn-send a:hover {
    background: #1e90ff;
}


/*================================================================= Strat price ===================================================================*/

.price-hv3-section {
    background: url(../images/hv3-pricing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.price-hv3-section .bestsite-head h2,
.price-hv3-section .bestsite-head p {
    color: #ffffff;
}

.price-hv3-section .pricing-area .pricing-single {
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.price-hv3-section .pricing-area .pricing-single .b-area {
    border-right: 1px solid rgba(140, 140, 140, 0.2);
}

.price-hv3-section .pricing-area .pricing-single:hover,
.price-hv3-section .pricing-area .pricing-single.active {
    background: #1e90ff;
    transition: all 0.3s ease-in-out;
}

.price-hv3-section .pricing-area .pricing-single:hover .price-header h3,
.price-hv3-section .pricing-area .pricing-single:hover .price-header .price-title,
.price-hv3-section .pricing-area .pricing-single:hover .price-header .price-title span,
.price-hv3-section .pricing-area .pricing-single:hover li,
.price-hv3-section .pricing-area .pricing-single.active .price-header h3,
.price-hv3-section .pricing-area .pricing-single.active .price-header .price-title,
.price-hv3-section .pricing-area .pricing-single.active .price-header .price-title span,
.price-hv3-section .pricing-area .pricing-single.active li {
    color: #ffffff;
}

.price-hv3-section .pricing-area .pricing-single:hover .price-header,
.price-hv3-section .pricing-area .pricing-single.active .price-header {
    border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}

.price-hv3-section .pricing-area .pricing-single:hover a,
.price-hv3-section .pricing-area .pricing-single.active a {
    background: #1e90ff;
    box-shadow: 5px 8px 60px 0px rgba(45, 19, 106, 0.5);
}

.price-hv3-section .pricing-area .pricing-single .price-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 40px 20px 40px;
}

.price-hv3-section .pricing-area .pricing-single .price-header h3 {
    font-size: 30px;
    font-weight: 700;
    color: #182C61;
    margin-bottom: 15px;
}

.price-hv3-section .pricing-area .pricing-single .price-header .price-title {
    font-weight: 300;
    font-size: 40px;
    color: #0069ff;
    margin: 0;
}

.price-hv3-section .pricing-area .pricing-single .price-header .price-title span {
    font-size: 16px;
    font-weight: 500;
    color: #182C61;
    display: block;
    margin-top: 7px;
}

.price-hv3-section .pricing-area .pricing-single.active .price-body ul li,
.price-hv3-section .pricing-area .pricing-single:hover .price-body ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.price-hv3-section .pricing-area .pricing-single .price-body ul li {
    padding: 11px 0px;
    display: block;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #464545;
    font-weight: 500;
}

.price-hv3-section .pricing-area .pricing-single .price-body ul li:hover {
    background: #3742fa;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.price-hv3-section .pricing-area .pricing-single a {
    text-align: center;
    height: 70px;
    line-height: 70px;
    width: 100%;
    background: #182C61;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    border-right: 1px solid rgba(140, 140, 140, 0.2);
}


/*=========================================== End hader =============================================*/


/*=========================================== Strat service =============================================*/

.choose-section .video-here {
    position: relative;
    margin-top: 60px;
}

.choose-section .video-here .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose-section .video-here .video-icon .v-icon-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose-section .video-here .video-icon .v-icon-area a {
    font-size: 20px;
    color: #1e90ff;
    padding: 20px 27px;
    border-radius: 50%;
    background: #ffffff;
    margin-bottom: 16px;
    height: 70px;
    width: 70px;
}

.choose-section .video-here .video-icon span {
    position: relative;
    top: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.choose-section .choose-area .choose-title {
    margin-bottom: 20px;
}

.choose-section .choose-area .choose-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #182C61;
}

.choose-section .choose-area .choose-title p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.choose-section .choose-area ul li {
    padding: 26px 20px;
    box-shadow: 5px 8px 60px 0px rgba(45, 19, 106, 0.1);
    margin-bottom: 25px;
    display: block;
}

.choose-section .choose-area ul li span {
    font-size: 18px;
    font-weight: 700;
    color: #182C61;
    padding: 10px 14px;
    border-radius: 50%;
    position: relative;
}

.choose-section .choose-area ul li span:before {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    background: #f4f7fe;
    left: 50%;
    top: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}

.choose-section .choose-area ul li p {
    font-size: 24px;
    font-weight: 700;
    color: #1e90ff;
    margin-left: 20px;
    display: inline-block;
}


/*============================================================================================================= End Home version three ===============================================================================================================*/

.shape-version,
,
.home-version-four {
    /*=========================================== Strat service =============================================*/
    /*================================================================= End service ===================================================================*/
}

.shape-version .service-section,
 .service-section,
.home-version-four .service-section {
    background: none;
}

.shape-version .service-section .bestsite-head h2,
 .service-section .bestsite-head h2,
.home-version-four .service-section .bestsite-head h2 {
    color: #182C61;
}

.shape-version .service-section .bestsite-head p,
 .service-section .bestsite-head p,
.home-version-four .service-section .bestsite-head p {
    color: #666666;
}

.shape-version .service-section .service-option .service-area .service-body .card-title,
 .service-section .service-option .service-area .service-body .card-title,
.home-version-four .service-section .service-option .service-area .service-body .card-title {
    color: #182C61;
}

.shape-version .service-section .service-option .service-area .service-body a,
 .service-section .service-option .service-area .service-body a,
.home-version-four .service-section .service-option .service-area .service-body a {
    color: #007bff;
    transition: all 0.3s ease-in-out;
}

.shape-version .service-section .service-option .service-area .service-body a:hover,
 .service-section .service-option .service-area .service-body a:hover,
.home-version-four .service-section .service-option .service-area .service-body a:hover {
    color: #1D5DF9;
}

.track-flow .track-flow-work .flow-content .img-flow {
    height: 85px;
}

.track-flow .track-flow-work .flow-content .small-img {
    position: relative;
    top: 15px;
}

.track-flow .track-flow-work .flow-content .f-img {
    display: inline-block;
    width: 190px;
    text-align: center;
}

.track-flow .track-flow-work .flow-content .f-img h3 {
    font-size: 20px;
    font-weight: 700;
    color: #182C61;
    margin-bottom: 0px;
}

.track-flow .track-flow-work .flow-content .circle-bottom,
.track-flow .track-flow-work .flow-content .circle-top {
    position: relative;
}

.track-flow .track-flow-work .flow-content .circle-bottom::before,
.track-flow .track-flow-work .flow-content .circle-bottom::after,
.track-flow .track-flow-work .flow-content .circle-top::before,
.track-flow .track-flow-work .flow-content .circle-top::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 50%;
    background: #1D5DF9;
}

.track-flow .track-flow-work .flow-content .circle-bottom::before,
.track-flow .track-flow-work .flow-content .circle-top::before {
    opacity: 0.5;
    height: 24px;
    width: 24px;
}

.track-flow .track-flow-work .flow-content .circle-bottom::after,
.track-flow .track-flow-work .flow-content .circle-top::after {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.track-flow .track-flow-work .flow-content .circle-bottom::before {
    bottom: -50px;
}

.track-flow .track-flow-work .flow-content .circle-bottom::after {
    bottom: -43px;
}

.track-flow .track-flow-work .flow-content .circle-top::after {
    top: -46px;
}

.track-flow .track-flow-work .flow-content .circle-top::before {
    top: -53px;
}

.track-flow .track-flow-work .flow-content .f-border {
    width: 100%;
    background: rgba(66, 232, 224, 0.2);
    height: 2px;
    margin-top: 35px;
    margin-bottom: 40px;
    position: relative;
}

.track-flow .track-flow-work .flow-content .f-border .line-border {
    position: absolute;
    content: "";
    background: #1D5DF9;
    height: 100%;
    width: 33.3%;
    left: 0;
    top: 0;
}

.track-flow .track-flow-work .flow-content .f-gaf {
    width: 173px;
    display: inline-block;
}

 .vh3-vh4 .owl-prev,
 .vh3-vh4 .owl-next,
.home-version-four .vh3-vh4 .owl-prev,
.home-version-four .vh3-vh4 .owl-next,
.shape-version .vh3-vh4 .owl-prev,
.shape-version .vh3-vh4 .owl-next,
.vps-hosting-version .vh3-vh4 .owl-prev,
.vps-hosting-version .vh3-vh4 .owl-next {
    height: 70px;
    width: 70px;
    line-height: 68px;
    border-radius: 50% !important;
    box-shadow: 4px 7px 95px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in-out;
}

 .vh3-vh4 .owl-prev:hover,
 .vh3-vh4 .owl-next:hover,
.home-version-four .vh3-vh4 .owl-prev:hover,
.home-version-four .vh3-vh4 .owl-next:hover,
.shape-version .vh3-vh4 .owl-prev:hover,
.shape-version .vh3-vh4 .owl-next:hover,
.vps-hosting-version .vh3-vh4 .owl-prev:hover,
.vps-hosting-version .vh3-vh4 .owl-next:hover {
    background: #1e90ff;
}

 .vh3-vh4 .owl-prev:hover i:before,
 .vh3-vh4 .owl-next:hover i:before,
.home-version-four .vh3-vh4 .owl-prev:hover i:before,
.home-version-four .vh3-vh4 .owl-next:hover i:before,
.shape-version .vh3-vh4 .owl-prev:hover i:before,
.shape-version .vh3-vh4 .owl-next:hover i:before,
.vps-hosting-version .vh3-vh4 .owl-prev:hover i:before,
.vps-hosting-version .vh3-vh4 .owl-next:hover i:before {
    color: #ffffff;
}

 .vh3-vh4 .owl-prev i:before,
 .vh3-vh4 .owl-next i:before,
.home-version-four .vh3-vh4 .owl-prev i:before,
.home-version-four .vh3-vh4 .owl-next i:before,
.shape-version .vh3-vh4 .owl-prev i:before,
.shape-version .vh3-vh4 .owl-next i:before,
.vps-hosting-version .vh3-vh4 .owl-prev i:before,
.vps-hosting-version .vh3-vh4 .owl-next i:before {
    font-size: 18px;
    color: #1e90ff;
    transition: all 0.3s ease-in-out;
}

 .vh3-vh4 .owl-prev,
.home-version-four .vh3-vh4 .owl-prev,
.shape-version .vh3-vh4 .owl-prev,
.vps-hosting-version .vh3-vh4 .owl-prev {
    left: -20% !important;
}

 .vh3-vh4 .owl-next,
.home-version-four .vh3-vh4 .owl-next,
.shape-version .vh3-vh4 .owl-next,
.vps-hosting-version .vh3-vh4 .owl-next {
    right: -20% !important;
}

 .pricing-section,
.home-version-four .pricing-section,
.shape-version .pricing-section {
    background: #ffffff;
}

 .pricing-section::before,
.home-version-four .pricing-section::before,
.shape-version .pricing-section::before {
    display: none;
}

 .pricing-section .bestsite-head h2,
.home-version-four .pricing-section .bestsite-head h2,
.shape-version .pricing-section .bestsite-head h2 {
    color: #2d136a;
}

 .pricing-section .bestsite-head p,
.home-version-four .pricing-section .bestsite-head p,
.shape-version .pricing-section .bestsite-head p {
    color: #8d95a6;
}

 .pricing-section .bestsite-head .pricing-btn,
.home-version-four .pricing-section .bestsite-head .pricing-btn,
.shape-version .pricing-section .bestsite-head .pricing-btn {
    display: inline-block;
    border: 1px solid #3ec9cf;
}

 .pricing-section .bestsite-head .pricing-btn a,
.home-version-four .pricing-section .bestsite-head .pricing-btn a,
.shape-version .pricing-section .bestsite-head .pricing-btn a {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    padding: 14px 40px;
    background: #2d136a;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

 .pricing-section .bestsite-head .pricing-btn a:last-child,
.home-version-four .pricing-section .bestsite-head .pricing-btn a:last-child,
.shape-version .pricing-section .bestsite-head .pricing-btn a:last-child {
    padding: 14px 47px;
    background: #ffffff;
    color: black;
}

 .pricing-section .bestsite-head .pricing-btn a:hover,
.home-version-four .pricing-section .bestsite-head .pricing-btn a:hover,
.shape-version .pricing-section .bestsite-head .pricing-btn a:hover {
    background: #1e90ff;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

 .pricing-section .pricing-main-area .three-d-site::before,
.home-version-four .pricing-section .pricing-main-area .three-d-site::before,
.shape-version .pricing-section .pricing-main-area .three-d-site::before {
    display: none;
}

 .pricing-section .pricing-main-area .three-d-copy::before,
.home-version-four .pricing-section .pricing-main-area .three-d-copy::before,
.shape-version .pricing-section .pricing-main-area .three-d-copy::before {
    display: none;
}

 .pricing-section .pricing-main-area .price-deck,
.home-version-four .pricing-section .pricing-main-area .price-deck,
.shape-version .pricing-section .pricing-main-area .price-deck {
    box-shadow: 15px 0px 100px 0px rgba(0, 0, 0, 0.1);
}

 .pricing-section .pricing-main-area .price-deck a,
.home-version-four .pricing-section .pricing-main-area .price-deck a,
.shape-version .pricing-section .pricing-main-area .price-deck a {
    position: unset;
    background: #1D5DF9;
}

 .pricing-section .pricing-main-area .price-deck .pricing-main,
.home-version-four .pricing-section .pricing-main-area .price-deck .pricing-main,
.shape-version .pricing-section .pricing-main-area .price-deck .pricing-main {
    padding-bottom: 30px;
}

 .pricing-section .pricing-main-area .price-deck .pricing-main:hover a,
.home-version-four .pricing-section .pricing-main-area .price-deck .pricing-main:hover a,
.shape-version .pricing-section .pricing-main-area .price-deck .pricing-main:hover a {
    background: #2d136a;
}

 .pricing-section .pricing-main-area .price-deck .pricing-value h3,
.home-version-four .pricing-section .pricing-main-area .price-deck .pricing-value h3,
.shape-version .pricing-section .pricing-main-area .price-deck .pricing-value h3 {
    font-size: 50px;
    font-weight: 700;
    color: #1e90ff;
    display: inline-block;
}

 .pricing-section .pricing-main-area .price-deck .pricing-value small,
.home-version-four .pricing-section .pricing-main-area .price-deck .pricing-value small,
.shape-version .pricing-section .pricing-main-area .price-deck .pricing-value small {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    bottom: 20px;
    right: 5px;
    color: black;
}

 .pricing-section .pricing-main-area .price-deck .price-body .price-body-title,
.home-version-four .pricing-section .pricing-main-area .price-deck .price-body .price-body-title,
.shape-version .pricing-section .pricing-main-area .price-deck .price-body .price-body-title {
    padding-bottom: 10px;
}

 .pricing-section .pricing-main-area .price-deck .price-body .price-body-title h3,
.home-version-four .pricing-section .pricing-main-area .price-deck .price-body .price-body-title h3,
.shape-version .pricing-section .pricing-main-area .price-deck .price-body .price-body-title h3 {
    -webkit-text-fill-color: #182C61;
    font-size: 28px;
}

 .pricing-section .pricing-main-area .price-deck .price-body .pricing-price span,
.home-version-four .pricing-section .pricing-main-area .price-deck .price-body .pricing-price span,
.shape-version .pricing-section .pricing-main-area .price-deck .price-body .pricing-price span {
    -webkit-text-fill-color: #182C61;
}

 .pricing-section .pricing-main-area .price-deck .price-body .pricing-price h3,
.home-version-four .pricing-section .pricing-main-area .price-deck .price-body .pricing-price h3,
.shape-version .pricing-section .pricing-main-area .price-deck .price-body .pricing-price h3 {
    -webkit-text-fill-color: #1e90ff;
}

 .pricing-section .pricing-main-area .price-middle .pricing-main li,
.home-version-four .pricing-section .pricing-main-area .price-middle .pricing-main li,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main li {
    color: #ffffff;
}

 .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value h3,
.home-version-four .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value h3,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value h3 {
    -webkit-text-fill-color: #ffffff;
}

 .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value small,
.home-version-four .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value small,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-value small {
    color: #2d136a;
}

 .pricing-section .pricing-main-area .price-middle .pricing-main .price-body-title h3,
.home-version-four .pricing-section .pricing-main-area .price-middle .pricing-main .price-body-title h3,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .price-body-title h3 {
    -webkit-text-fill-color: #ffffff;
}

 .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price small,
 .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price h3,
.home-version-four .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price small,
.home-version-four .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price h3,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price small,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price h3 {
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

 .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price h3 span,
.home-version-four .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price h3 span,
.shape-version .pricing-section .pricing-main-area .price-middle .pricing-main .pricing-price h3 span {
    -webkit-text-fill-color: #ffffff;
}

 .pricing-section .pricing-main-area .price-middle .price-deck,
.home-version-four .pricing-section .pricing-main-area .price-middle .price-deck,
.shape-version .pricing-section .pricing-main-area .price-middle .price-deck {
    background: #1e90ff;
}

 .pricing-section .pricing-main-area .price-middle .price-deck a,
.home-version-four .pricing-section .pricing-main-area .price-middle .price-deck a,
.shape-version .pricing-section .pricing-main-area .price-middle .price-deck a {
    background: #ffffff;
    color: #2d136a;
}

 .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main .price-body,
.home-version-four .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main .price-body,
.shape-version .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main .price-body {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

 .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main:hover a,
.home-version-four .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main:hover a,
.shape-version .pricing-section .pricing-main-area .price-middle .price-deck .pricing-main:hover a {
    background: #2d136a;
    color: #ffffff;
}

,
.home-version-four {
    /*================================================================= Strat footer ===================================================================*/
    /*================================================================= End footer ===================================================================*/
}

 footer h3,
.home-version-four footer h3 {
    color: #ffffff;
}

 footer .newspaper-site input[type='email'],
.home-version-four footer .newspaper-site input[type='email'] {
    border: 1px solid white;
}

 footer .newspaper-site ul li a:hover,
.home-version-four footer .newspaper-site ul li a:hover {
    color: #ffffff;
    border: 1px solid transparent;
}


/*============================================================================================================= Strat Home version four ===============================================================================================================*/

.home-version-four {
    /*============================================================================= Strat pricing-section ===============================================================================*/
    /*============================================================================= end pricing-section ===============================================================================*/
    /*============================================================================= Strat location-section ===============================================================================*/
    /*============================================================================= end location-section ===============================================================================*/
    /*================================================================= Strat footer ===================================================================*/
    /*================================================================= End footer ===================================================================*/
    /*================================================================= blog ===================================================================*/
}

.home-version-four header {
    background: #007bff;
    min-height: 900px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.home-version-four header::before {
    display: none;
}

.home-version-four header .nav-header .header-top {
    background: #002955;
    padding: 9px 0px;
}

.home-version-four header .nav-header .header-top .right-header-top ul li:nth-child(2) {
    margin-left: 30px;
}

.home-version-four header .eco_nav {
    background: #ffffff;
}

.home-version-four header .eco_nav nav .navbar-nav li .nav-menu.active,
.home-version-four header .eco_nav nav .navbar-nav li .nav-menu:hover {
    color: #007bff;
}

.home-version-four header .eco_nav nav .navbar-nav li .nav-menu.active {
    color: #007bff;
}

.home-version-four header .eco_nav nav .navbar-nav li .nav-menu {
    color: #182C61;
}

.home-version-four header .eco_nav nav .navbar-logo h2 {
    color: #182C61;
}

.home-version-four header .eco_nav nav .sign-in-option .navbar-nav li a {
    color: #182C61;
}

.home-version-four header .eco_nav nav .sign-in-option .navbar-nav li a:hover {
    color: #007bff;
}

.home-version-four header .banner-body .banner-body-content h2 {
    font-size: 60px;
    margin-top: 25%;
}

.home-version-four header .banner-body .banner-body-content a {
    border: 1px solid #1e90ff;
    background: transparent !important;
    color: #ffffff;
    padding: 15px 40px;
}

.home-version-four header .banner-body .banner-body-content a:before {
    background: #ffffff;
}

.home-version-four header .banner-body .banner-body-content a:hover {
    border: 1px solid #ffffff;
    color: #1e90ff;
}

.home-version-four header .banner-body-image {
    margin-top: 90px;
    position: relative;
    min-height: 500px;
    max-width: 432px;
    float: right;
}

.home-version-four header .banner-body-image .banner_shpe {
    position: absolute;
}

.home-version-four header .banner-body-image .banner_shpe_1 {
    top: -50px;
    right: -160px;
    -webkit-animation: 2s linear 0s infinite alternate banner_shpe_1;
    animation: 2s linear 0s infinite alternate banner_shpe_1;
}

.home-version-four header .banner-body-image .banner_shpe_2 {
    left: 64px;
    bottom: 75px;
    -webkit-animation: 3s linear 0s infinite alternate banner_shpe_2;
    animation: 3s linear 0s infinite alternate banner_shpe_2;
}

.home-version-four header .banner-body-image img {
    float: right;
}

.home-version-four header .shape-header {
    position: absolute;
    height: 100%;
    width: 100%;
}

.home-version-four header .shape-header .small-shape {
    height: 100%;
    width: 100%;
}

.home-version-four header .shape-header .big-left,
.home-version-four header .shape-header .shape-right {
    position: absolute;
}

.home-version-four header .shape-header .big-left {
    bottom: 0;
    left: 0;
}

.home-version-four header .shape-header .shape-right {
    bottom: 0;
    right: 0;
}

.home-version-four header .cloud_shpe {
    position: absolute;
    z-index: -1;
}

.home-version-four header .cloud_shpe_1 {
    top: 15%;
    left: 6%;
    opacity: 0.1;
    animation: animatedBg 180s infinite linear;
    -webkit-animation: animatedBg 180s infinite linear;
}

.home-version-four header .cloud_shpe_2 {
    top: 46%;
    left: 43%;
    opacity: 0.05;
    animation: animatedBg 80s infinite linear;
    -webkit-animation: animatedBg 80s infinite linear;
}

.home-version-four header .cloud_shpe_3 {
    top: 15%;
    right: 12%;
    opacity: 0.5;
    animation: animatedBg 50s infinite linear;
    -webkit-animation: animatedBg 50s infinite linear;
}

.home-version-four header .cloud_shpe_4 {
    bottom: 0;
    right: 12%;
    opacity: 0.1;
    animation: animatedBg 100s infinite linear;
    -webkit-animation: animatedBg 100s infinite linear;
}

.home-version-four header .cloud_shpe_5 {
    bottom: 20%;
    left: 12%;
    opacity: 0.05;
    animation: animatedBg 150s infinite linear;
    -webkit-animation: animatedBg 150s infinite linear;
}

.home-version-four header .cloud_shpe_6 {
    bottom: 30%;
    right: -100px;
    opacity: 0.1;
    animation: animatedBg 90s infinite linear;
    -webkit-animation: animatedBg 90s infinite linear;
}

@keyframes animatedBg {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-1920px);
    }
}

@keyframes banner_shpe_1 {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes banner_shpe_2 {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.home-version-four .pricing-section .bestsite-head .price-btn .left-btn {
    background: #1e90ff;
}

.home-version-four .pricing-section .bestsite-head .price-btn .left-btn:hover {
    background: #ffffff;
    color: #182C61;
}

.home-version-four .pricing-section .bestsite-head .price-btn .left-btn:last-child {
    background: #1e90ff;
    color: #ffffff;
}

.home-version-four .pricing-section .bestsite-head .price-btn .left-btn:last-child:hover {
    background: #ffffff;
    color: #182C61;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four {
    margin: 0px 15px;
    transition: all 0.5s ease-in-out;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four .main-vh-four {
    padding-bottom: 0px !important;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four .main-vh-four .price-body {
    padding: 20px 20px 10px;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four .main-vh-four:hover .btn-a {
    background: #1e90ff;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four .main-vh-four .pricing-value .title-inner {
    -webkit-text-fill-color: #1e90ff;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four .pricing-price {
    margin-bottom: 25px;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four .pricing-price small {
    color: #182C61;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four .pricing-price h3 {
    -webkit-text-fill-color: #182C61;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four .btn-a {
    transform: none;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active {
    background: #007bff;
    transition: all 0.5s ease-in-out;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four .price-body-title h3,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four .price-body-title h3 {
    -webkit-text-fill-color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four h3,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four h3 {
    -webkit-text-fill-color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four .title-inner,
.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four .small-one,
.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four h3,
.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four li,
.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four small,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four .title-inner,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four .small-one,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four h3,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four li,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four small {
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four:hover .btn-a,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four:hover .btn-a {
    background: #1D5DF9;
    transition: all 0.5s ease-in-out;
}

.home-version-four .pricing-section .pricing-main-area .price-vh-four:hover .main-vh-four .btn-a,
.home-version-four .pricing-section .pricing-main-area .price-vh-four.active .main-vh-four .btn-a {
    background: #1e90ff;
    color: #ffffff;
}

.home-version-four .location-section {
    background: #007bff;
}

.home-version-four .location-section .bestsite-head p {
    color: #ffffff;
}

.home-version-four .location-section .location-map .map-area ul li {
    color: #ffffff;
}

.home-version-four footer {
    background: #002955;
}

.home-version-four footer a:hover {
    color: #1e90ff;
}

.home-version-four footer .newspaper-site ul li a:hover {
    background: #1e90ff;
}

.home-version-four footer .newspaper-site .btn-send a:hover {
    background: #1e90ff;
}

.home-version-four .blog-slider .owl-prev,
.home-version-four .blog-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-version-four .blog-slider .owl-prev i:before,
.home-version-four .blog-slider .owl-next i:before {
    margin: 0;
    font-size: 26px;
    color: #2d136a;
    transition: all 0.3s ease-in-out;
}

.home-version-four .blog-slider .owl-prev:hover i:before,
.home-version-four .blog-slider .owl-next:hover i:before {
    color: #1e90ff;
}

.home-version-four .blog-slider .owl-prev {
    left: -9% !important;
}

.home-version-four .blog-slider .owl-next {
    right: -9% !important;
}

.home-version-four .service-section:before {
    display: none;
}

.home-version-four .service-section .service-body p {
    color: #666 !important;
}


/*==================================================================================================================== ==================================================================================================================== end Home version four ====================================================================================================================== ======================================================================================================================*/


/*============================================================================= Strat feedback-section ===============================================================================*/

.home-version-four,
.home-version-angel,
.shape-version,
.vps-hosting-version {
    /*============================================================================= end feedback-section ===============================================================================*/
}

.home-version-four .Feedback-section .testimonial-slider .testimonial-area,
.home-version-angel .Feedback-section .testimonial-slider .testimonial-area,
.shape-version .Feedback-section .testimonial-slider .testimonial-area,
.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area {
    position: relative;
    margin-top: 50px;
}

.home-version-four .Feedback-section .testimonial-slider .testimonial-area .iteminner figure,
.home-version-angel .Feedback-section .testimonial-slider .testimonial-area .iteminner figure,
.shape-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure,
.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure {
    display: block;
}

.home-version-four .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .item-img,
.home-version-angel .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .item-img,
.shape-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .item-img,
.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .item-img {
    display: inline-block;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translate(-50%);
}

.home-version-four .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head span,
.home-version-angel .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head span,
.shape-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head span,
.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head span {
    color: #1e90ff;
}

.home-version-four .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p,
.home-version-angel .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p,
.shape-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p,
.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p {
    position: unset;
    margin-top: 60px;
    color: #007bff;
}

.home-version-four .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p span,
.home-version-angel .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p span,
.shape-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p span,
.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p span {
    display: block;
}

.home-version-four .Feedback-section .testimonial-slider .testimonial-area .iteminner .slide-content p,
.home-version-angel .Feedback-section .testimonial-slider .testimonial-area .iteminner .slide-content p,
.shape-version .Feedback-section .testimonial-slider .testimonial-area .iteminner .slide-content p,
.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner .slide-content p {
    color: #182C61;
}


/*========================================= start blog section ===========================================*/

.blog-vh4 .vh4-slide-blog:hover .vh4-img a {
    opacity: 1;
    top: 50%;
    transition: all 0.3s ease-in-out;
}

.blog-vh4 .vh4-slide-blog:hover .vh4-img::before {
    bottom: 0;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.blog-vh4 .vh4-slide-blog:hover .hv4-blog-content h3 a {
    color: #182C61;
}

.blog-vh4 .vh4-slide-blog .vh4-img {
    position: relative;
    overflow: hidden;
}

.blog-vh4 .vh4-slide-blog .vh4-img img {
    width: 100%;
}

.blog-vh4 .vh4-slide-blog .vh4-img a {
    font-size: 18px;
    font-weight: 700;
    color: #182C61;
    background: #ffffff;
    padding: 18px 30px;
    position: absolute;
    top: 80%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.blog-vh4 .vh4-slide-blog .vh4-img a:before {
    background: #1e90ff;
}

.blog-vh4 .vh4-slide-blog .vh4-img::before {
    background: #007bff;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 50px;
    left: 0;
    content: "";
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.blog-vh4 .hv4-blog-content {
    padding: 20px;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
}

.blog-vh4 .hv4-blog-content h3 {
    font-size: 24px;
    color: #182C61;
    font-weight: 700;
}

.blog-vh4 .hv4-blog-content h3 a {
    transition: all 0.3s ease-in-out;
}

.blog-vh4 .hv4-blog-content p {
    font-size: 16px;
    color: #182C61;
    font-weight: 300;
    margin-bottom: 15px;
}

.blog-vh4 .hv4-blog-content span {
    font-size: 16px;
    color: #182C61;
    font-weight: 700;
}


/*============================================================================= end blog section ===============================================================================*/


/*============================================================================= Strat cloud-hosting ===============================================================================*/

.cloud-hosting {
    background: url(../images/cloud-hv4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.cloud-hosting::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #007bff;
    opacity: 0.8;
    top: 0;
    left: 0;
}

.cloud-hosting .cloud-content {
    margin-top: 50px;
}

.cloud-hosting .cloud-content h2,
.cloud-hosting .cloud-content p {
    color: #ffffff;
}

.cloud-hosting .cloud-content h2 {
    font-size: 36px;
    font-weight: 700;
}

.cloud-hosting .cloud-content p {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0px 50px;
}

.cloud-hosting .cloud-content .cloud-btn ul li {
    display: inline-block;
    margin-right: 20px;
}

.cloud-hosting .cloud-content .cloud-btn ul li:last-child {
    margin-right: 0px;
}

.cloud-hosting .cloud-content .cloud-btn ul li a {
    padding: 15px 15px;
    background: #ffffff;
    color: #182C61;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.cloud-hosting .speed--Secured-section img.supprt_2 {
    left: 0;
}

.cloud-hosting .speed--Secured-section .left_img {
    float: right;
    margin-right: 65px;
}


/*================================================================================================================
/*================================================================================================================ Strat home-version-angel ==================================================================================================================*/

.home-version-angel {
    /*============================================================================= end header section ===============================================================================*/
    /*============================================================================= Strat pricing section ===============================================================================*/
    /*============================================================================= end pricing section ===============================================================================*/
    /*============================================================================= Strat hosting section ===============================================================================*/
    /*============================================================================= end hosting section ===============================================================================*/
    /*============================================================================= Strat Feedback section ===============================================================================*/
    /*============================================================================= end Feedback section ===============================================================================*/
    /*============================================================================= Strat blog section ===============================================================================*/
    /*========================================================================= end blog section ===============================================================================*/
    /*============================================================================= Strat footer section ===============================================================================*/
}

.home-version-angel header {
    background-image: -moz-linear-gradient(-95deg, #2d136a 50%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(-95deg, #2d136a 50%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(-95deg, #2d136a 50%, #3ec9cf 100%);
    padding-bottom: 200px;
}

.home-version-angel header .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0px;
}

.home-version-angel header::before {
    display: none;
}

.home-version-angel header::after {
    position: absolute;
    content: "";
    background: none;
    border-right: 2000px solid transparent;
    border-bottom: 240px solid #ffffff;
    bottom: 0;
    right: 0;
}

.home-version-angel header .banner-body {
    padding: 150px 0px;
}

.home-version-angel header .angel-p {
    position: relative;
}

.home-version-angel header .banner-body-content h2 {
    font-size: 50px;
    padding: 20px 0px 25px;
}

.home-version-angel header .banner-body-content p {
    margin-bottom: 80px;
    padding-right: 200px;
}

.home-version-angel header .banner-body-content .angel-btn {
    display: flex;
}

.home-version-angel header .banner-body-content .angel-btn a {
    border-radius: 40px;
    margin-right: 30px;
    border: 1px solid #ffffff;
    padding: 14px 35px;
    font-size: 16px;
}

.home-version-angel header .banner-body-content .angel-btn a:before {
    background: #1e90ff;
    border-radius: 50px;
}

.home-version-angel header .banner-body-content .angel-btn a:hover {
    border: 1px solid transparent;
}

.home-version-angel header .banner-body-content .angel-btn a:last-child {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-right: 0px;
}

.home-version-angel header .banner-body-content .angel-btn a:last-child:hover {
    background: #2d136a;
    border: 1px solid transparent;
}

.home-version-angel header .banner-image {
    position: absolute;
    right: -50px;
    top: -30px;
}

.home-version-angel header .banner-image img {
    animation: bounce_4b 3s infinite linear;
    -webkit-animation: bounce_4b 3s infinite linear;
}

@keyframes bounce_4b {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.home-version-angel .icon-down {
    bottom: 140px;
}

.home-version-angel .pricing-section {
    background: none;
}

.home-version-angel .pricing-section::before {
    display: none;
}

.home-version-angel .pricing-section .three-d-site::before,
.home-version-angel .pricing-section .three-d-copy::before {
    display: none;
}

.home-version-angel .pricing-section .tab-pane.active {
    animation: slide-down 3s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-version-angel .pricing-section .nav-tabs {
    position: relative;
    border: none;
    display: flex;
    justify-content: space-between;
}

.home-version-angel .pricing-section .nav-tabs .nav-item {
    margin: 0px !important;
}

.home-version-angel .pricing-section .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #2d136a;
    background: #ebebeb;
    height: 72px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 0 50px;
    line-height: 72px;
    border-radius: 50px;
    border: none;
}

.home-version-angel .pricing-section .nav-tabs .nav-link.active,
.home-version-angel .pricing-section .nav-tabs .nav-link:hover {
    color: #1D5DF9;
    background: #2d136a;
    border-color: none;
}

.home-version-angel .pricing-section .angle-top-price .title-price {
    padding-bottom: 65px;
}

.home-version-angel .pricing-section .angle-top-price .title-price h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d136a;
}

.home-version-angel .pricing-section .angle-top-price ul {
    text-align: center;
}

.home-version-angel .pricing-section .angle-top-price ul li {
    margin-right: 50px;
}

.home-version-angel .pricing-section .angle-top-price ul li:last-child {
    margin-right: 0px;
}

.home-version-angel .pricing-section .angle-top-price ul li a {
    padding: 20px 50px;
    background: #ebebeb;
    color: #2d136a;
    transition: all 0.3s ease-in-out;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
}

.home-version-angel .pricing-section .angle-top-price ul li a:hover,
.home-version-angel .pricing-section .angle-top-price ul li a.active {
    background: #2d136a;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    color: #1D5DF9;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .pricing-section .pricing-main-area .price-deck .angle-price {
    margin: 0px 20px;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    padding: 0px;
}

.home-version-angel .pricing-section .pricing-main-area .price-deck .angle-price:hover .angle-price-btn,
.home-version-angel .pricing-section .pricing-main-area .price-deck .angle-price .active {
    background: #1D5DF9;
}

.home-version-angel .pricing-section .pricing-main-area .price-deck .angle-price .angle-price-btn {
    position: unset;
    display: block;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .pricing-section .pricing-main-area .price-deck .angle-price .price-body {
    padding: 40px 20px 10px;
    margin: 0px 20px;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .pricing-section .pricing-main-area .price-deck .angle-price .pricing-price {
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .hosting-software {
    background: url(../images/hosting-software.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 250px;
}

.home-version-angel .hosting-software::before {
    background-image: -moz-linear-gradient(95deg, #2d136a 43%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(95deg, #2d136a 43%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(95deg, #2d136a 43%, #3ec9cf 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.9;
}

.home-version-angel .hosting-software .hosting-display::before {
    position: absolute;
    content: "";
    background: none;
    border-bottom: 240px solid transparent;
    border-right: 2000px solid #ffffff;
    top: 0;
    right: 0;
}

.home-version-angel .hosting-software .hosting-display::after {
    position: absolute;
    content: "";
    background: none;
    border-right: 2000px solid transparent;
    border-bottom: 240px solid #ffffff;
    bottom: 0;
    right: 0;
}

.home-version-angel .hosting-software .bestsite-head h2,
.home-version-angel .hosting-software .bestsite-head p {
    color: #ffffff;
}

.home-version-angel .hosting-software .bestsite-head h2 {
    font-size: 50px;
    font-weight: 700;
}

.home-version-angel .hosting-software .counter-area {
    text-align: center;
    padding-bottom: 50px;
}

.home-version-angel .hosting-software .counter-area li {
    padding: 30px 30px;
    border: 2px solid transparent;
    margin-right: 70px;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .hosting-software .counter-area li:hover {
    border: 2px solid #ffffff;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .hosting-software .counter-area li:last-child {
    margin-right: 0px;
}

.home-version-angel .hosting-software .counter-area li h3,
.home-version-angel .hosting-software .counter-area li p {
    color: #ffffff;
}

.home-version-angel .hosting-software .counter-area li h3 {
    font-weight: 700;
    font-size: 40px;
    display: block;
}

.home-version-angel .hosting-software .counter-area li p {
    font-weight: 400;
    font-size: 20px;
    display: block;
}

.home-version-angel .Feedback-section {
    background-image: -moz-linear-gradient(-124deg, #2d136a 50%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(-124deg, #2d136a 50%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(-124deg, #2d136a 50%, #3ec9cf 100%);
    position: relative;
}

.home-version-angel .Feedback-section::before {
    position: absolute;
    content: "";
    background: none;
    border-bottom: 240px solid transparent;
    border-right: 2000px solid #ffffff;
    top: 0;
    right: 0;
}

.home-version-angel .Feedback-section::after {
    position: absolute;
    content: "";
    background: none;
    border-right: 2000px solid transparent;
    border-bottom: 240px solid #ffffff;
    bottom: 0;
    right: 0;
}

.home-version-angel .Feedback-section .bestsite-head h2,
.home-version-angel .Feedback-section .bestsite-head p {
    color: #ffffff;
}

.home-version-angel .Feedback-section .slider .owl-theme .item {
    background: #ffffff;
    border-radius: 5px;
    position: relative;
}

.home-version-angel .Feedback-section .slider .owl-theme .item::before {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 20px;
    left: 2.5%;
    content: "";
    background: #ffffff;
    border-radius: 5px;
    opacity: 0.4;
}

.home-version-angel .Feedback-section .slider .owl-theme .owl-next,
.home-version-angel .Feedback-section .slider .owl-theme .owl-prev {
    padding: 7px 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .Feedback-section .slider .owl-theme .owl-next:hover,
.home-version-angel .Feedback-section .slider .owl-theme .owl-prev:hover {
    background: #ffffff;
    color: #182C61;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .Feedback-section .slider .owl-theme .owl-next {
    right: -100px;
}

.home-version-angel .Feedback-section .slider .owl-theme .owl-prev {
    left: -100px;
}

.home-version-angel .feedback_5 {
    padding: 300px 0;
}

.home-version-angel .feedback_5 .slide-head p {
    color: #2d136a !important;
}

.home-version-angel .feedback_5 .owl-prev,
.home-version-angel .feedback_5 .owl-next {
    padding: 0 !important;
    height: 70px;
    width: 70px;
    line-height: 68px;
    border-radius: 50%;
    box-shadow: 4px 7px 95px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in-out;
}

.home-version-angel .feedback_5 .owl-prev:hover,
.home-version-angel .feedback_5 .owl-next:hover {
    background: #1e90ff;
}

.home-version-angel .feedback_5 .owl-prev:hover i:before,
.home-version-angel .feedback_5 .owl-next:hover i:before {
    color: #2d136a;
}

.home-version-angel .feedback_5 .owl-prev i:before,
.home-version-angel .feedback_5 .owl-next i:before {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .feedback_5 .owl-prev {
    left: -20% !important;
}

.home-version-angel .feedback_5 .owl-next {
    right: -20% !important;
}

.home-version-angel .blog-vh5 .vh5-area:hover .vh5-img:before {
    opacity: 0;
    visibility: hidden;
}

.home-version-angel .blog-vh5 .vh5-area:hover .vh5-img img {
    transform: scale(1);
}

.home-version-angel .blog-vh5 .vh5-area:hover .vh5-content h3 a {
    color: #1D5DF9;
}

.home-version-angel .blog-vh5 .vh5-area .vh5-img {
    display: block;
    overflow: hidden;
    position: relative;
}

.home-version-angel .blog-vh5 .vh5-area .vh5-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #251157;
    opacity: 0.5;
    visibility: visible;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .blog-vh5 .vh5-area .vh5-img img {
    width: 100%;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.home-version-angel .blog-vh5 .vh5-area .vh5-content h3 a {
    color: #182C61;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .blog-vh5 .vh5-area .vh5-content .blog-top {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    display: block;
}

.home-version-angel .blog-vh5 .vh5-area .vh5-content span a {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.home-version-angel .blog-vh5 .vh5-area .vh5-content span a:hover {
    color: #1D5DF9;
}

.home-version-angel .blog-vh5 .vh5-area .vh5-content span a i {
    padding-left: 15px;
}

.home-version-angel footer {
    position: relative;
    padding-top: 200px;
}

.home-version-angel footer::before {
    position: absolute;
    content: "";
    background: none;
    border-bottom: 110px solid transparent;
    border-right: 2000px solid #ffffff;
    top: 0;
    right: 0;
}


/*================================================================================================================
/*================================================================================================================ end home-version-angel ==================================================================================================================*/


/*================================================================================================================
/*================================================================================================================ Strat shape-version ==================================================================================================================*/

.shape-version {
    /*================================================================ End header-section =========================*/
    /*================================================================ start servic-section =========================*/
    /*================================================================ end service-section =========================*/
    /*================================================================ start price-section =========================*/
    /*================================================================ end price-section =========================*/
    /*================================================================ start Feedback-section =========================*/
    /*================================================================ end Feedback-section =========================*/
    /*================================================================ start footer-section =========================*/
}

.shape-version header {
    background: -webkit-linear-gradient(-120deg, #2d136a 43%, #3ec9cf 100%);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
}

.shape-version header::after,
.shape-version header:before {
    display: none;
}

.shape-version header .nav-header {
    z-index: 9999;
}

.shape-version header .nav-header .header-top {
    background: #201f77;
}

.shape-version header .nav-header .header-top .top-area-left a {
    color: #ffffff;
}

.shape-version header .nav-header .header-top .top-area-left a:hover {
    color: #1e90ff;
}

.shape-version header .nav-header .header-top .top-area-left a:hover i {
    color: #ffffff;
}

.shape-version header .nav-header .header-top .right-header-top .flex-right {
    display: flex;
}

.shape-version header .nav-header .header-top .right-header-top li:last-child a:hover {
    color: #1e90ff;
}

.shape-version header .nav-header .header-top .right-header-top li:last-child a:hover i {
    color: #ffffff;
}

.shape-version header .nav-header .eco_nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.shape-version header .nav-header .eco_nav nav .navbar-nav li .nav-menu.active,
.shape-version header .nav-header .eco_nav nav .navbar-nav li .nav-menu:hover {
    color: #1e90ff;
}

.shape-version header .nav-header .eco_nav nav .navbar-nav li .nav-menu.active {
    color: #1e90ff;
}

.shape-version header .nav-header .eco_nav nav .sign-in-option .navbar-nav li a:hover {
    color: #1e90ff;
    transition: all 0.3s ease-in-out;
}

.shape-version header .banner-body {
    padding: 0px 0px 0px;
}

.shape-version header .banner-body h2 {
    font-size: 60px;
}

.shape-version header .banner-body p {
    padding: 0px 210px;
}

.shape-version header .banner-body .header-slider .owl-prev {
    left: -200px;
}

.shape-version header .banner-body .header-slider .owl-next,
.shape-version header .banner-body .header-slider .owl-prev {
    background: transparent;
    padding: 7px 0px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 0px;
    color: #1e90ff;
    transition: all 0.3s ease-in-out;
    border: 1px solid white;
    border-radius: 50%;
}

.shape-version header .banner-body .header-slider .owl-next:hover,
.shape-version header .banner-body .header-slider .owl-prev:hover {
    background: #ffffff;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    color: #1e90ff;
}

.shape-version header .banner-body .header-slider .owl-next {
    right: -200px;
}

.shape-version .banner-search-area .search-inner {
    border-radius: 0px;
    border: 0px;
    box-shadow: 15px 25px 100px 0px rgba(45, 19, 106, 0.1);
    height: 82px;
}

.shape-version .banner-search-area .search-option {
    right: 115px;
}

.shape-version .banner-search-area .site-search {
    padding: 50px 80px 0px;
}

.shape-version .banner-search-area .site-search li {
    color: black;
}

.shape-version .banner-search-area .search-submit {
    border-radius: 0px;
    right: 0px;
    width: 90px;
    padding-left: 0;
}

.shape-version .banner-search-area .search-submit input {
    font-size: 30px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 82px;
    width: 90px;
    padding: 0;
    text-align: center;
    line-height: 82px;
    position: relative;
    background: #2d136a;
}

.shape-version .banner-search-area .search-submit .submit_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.shape-version .banner-search-area .search-submit .submit_icon:before {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

.shape-version .service-section .service-option .service-area .service-body .card-title {
    color: #1e90ff;
    font-weight: 700;
}

.shape-version .service-section .service-option .service-area .service-body a {
    color: #2d136a;
}

.shape-version .services_shape:before {
    display: none;
}

.shape-version .services_shape:before .card-title {
    color: #1D5DF9;
    font-weight: 700;
}

.shape-version .services_shape a {
    color: #2d136a;
    font-weight: 700;
}

.shape-version .pricing-section {
    background: #2d136a;
    position: relative;
}

.shape-version .pricing-section .bg-shape .img-one {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}

.shape-version .pricing-section .bg-shape .img-two {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

.shape-version .pricing-section .white-shape .top-img,
.shape-version .pricing-section .white-shape .bottom-img {
    position: absolute;
}

.shape-version .pricing-section .white-shape .top-img {
    top: 0;
    left: 0;
}

.shape-version .pricing-section .white-shape .bottom-img {
    bottom: 0;
    left: 0;
}

.shape-version .pricing-section .bestsite-head h2,
.shape-version .pricing-section .bestsite-head p {
    color: #ffffff;
}

.shape-version .pricing-section .bestsite-head .pricing-btn a {
    background: #1e90ff;
}

.shape-version .pricing-section .bestsite-head .pricing-btn a:hover {
    background: #ffffff;
    color: #2d136a;
}

.shape-version .pricing-section .bestsite-head .pricing-btn a:last-child {
    color: #1e90ff;
    background: #2d136a;
}

.shape-version .pricing-section .bestsite-head .pricing-btn a:last-child:hover {
    background: #ffffff;
    color: #2d136a;
}

.shape-version .price_shepe .nav-tabs {
    position: relative;
    border: none;
}

.shape-version .price_shepe .nav-tabs .nav-item {
    margin: 0px !important;
}

.shape-version .price_shepe .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #1e90ff;
    background: transparent;
    width: 100%;
    height: 60px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 0 50px;
    line-height: 60px;
    border-radius: 0;
    border: 1px solid #1e90ff;
}

.shape-version .price_shepe .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1e90ff;
    border-color: none;
}

.shape-version .price_shepe .nav-tabs .nav-link.active:hover {
    background: #1e90ff;
    color: #ffffff;
}

.shape-version .price_shepe .pricing-main-area {
    z-index: 1;
    position: relative;
}

.shape-version .price_shepe .pricing-main-area .pricing-main {
    transition: all 0.3s ease-in-out;
}

.shape-version .price_shepe .pricing-main-area .pricing-main:hover {
    background: #1e90ff;
}

.shape-version .price_shepe .pricing-main-area .pricing-main:hover .pricing-price h3 {
    -webkit-text-fill-color: #ffffff;
}

.shape-version .price_shepe .pricing-main-area .pricing-main:hover .pricing-value h3 {
    color: #ffffff;
}

.shape-version .price_shepe .pricing-main-area .pricing-main:hover ul li {
    color: #ffffff;
}

.shape-version .price_shepe .pricing-main-area .pricing-value h3 {
    transition: all 0.3s ease-in-out;
}

.shape-version .price_shepe .pricing-main-area .pricing-price h3 {
    transition: all 0.3s ease-in-out;
}

.shape-version .price_shepe .pricing-main-area .price-deck a {
    background: #2d136a;
    transform: none;
    transition: all 0.3s ease-in-out;
}

.shape-version .price_shepe .pricing-main-area .price-deck a:hover {
    background: #ffffff !important;
    color: #2d136a;
}

.shape-version .Feedback-section {
    position: relative;
    overflow: hidden;
}

.shape-version .Feedback-section .Feedback-shadow {
    position: absolute;
    top: 0px;
    left: -50%;
    content: "";
    display: block;
    width: 200%;
    height: 700px;
    background: #f4f3f7;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}

.shape-version .Feedback-section .testimonial-slider .testimonial-area {
    box-shadow: none;
}

.shape-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p {
    color: #2d136a;
}

.shape-version .Feedback-section .testimonial-slider .owl-prev:hover,
.shape-version .Feedback-section .testimonial-slider .owl-next:hover {
    background: #2d136a;
}

.shape-version .feedback_6 .Feedback-shadow {
    height: 740px;
}

.shape-version .feedback_6 .owl-next,
.shape-version .feedback_6 .owl-prev {
    height: 72px;
    width: 72px;
    text-align: center;
}

.shape-version .feedback_6 .owl-next i,
.shape-version .feedback_6 .owl-prev i {
    font-size: 32px;
    line-height: 60px;
}

.shape-version .feedback_6 .owl-next {
    right: -200px !important;
    top: 26% !important;
}

.shape-version .feedback_6 .owl-prev {
    left: -200px !important;
    top: 26% !important;
}

.shape-version .shape-footer {
    background: #2d136a;
}

.blog-section_6 .blog-area:before {
    z-index: 1;
    opacity: 0.5;
    visibility: visible;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.blog-section_6 .blog-area:hover:before {
    z-index: 1;
    opacity: 0;
    bottom: 0;
    visibility: hidden;
}

.blog-section_6 .blog-area:hover .blog-img img {
    transform: scale(1);
}

.blog-section_6 .blog-area:hover .blog-title h3 a {
    color: #1D5DF9;
}

.blog-section_6 .blog-area .blog-img {
    overflow: hidden;
    position: relative;
}

.blog-section_6 .blog-area .blog-img img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.blog-section_6 .blog-area .Blog-content-inner {
    z-index: 2;
}

.blog-section_6 .blog-area .Blog-content-inner .blog-title h3 a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.blog-section_6 .blog-area .blog-btn {
    z-index: 2;
}

.blog-section_6 .blog-area .blog-btn a {
    transition: all 0.3s ease-in-out;
}

.blog-section_6 .blog-area .blog-btn a:hover {
    color: #ffffff;
}


/*================================================================================================================
/*================================================================================================================ end shape-version ==================================================================================================================*/


/*================================================================ start location-section =========================*/

.shape-version .location-section,
.vps-hosting-version .location-section {
    background: none;
}

.shape-version .location-section .bestsite-head h2,
.shape-version .location-section .bestsite-head p,
.vps-hosting-version .location-section .bestsite-head h2,
.vps-hosting-version .location-section .bestsite-head p {
    color: #182C61;
}

.shape-version .location-section ul li,
.vps-hosting-version .location-section ul li {
    color: #182C61;
}


/*================================================================ end location-section =========================*/


/*================================================================================================================
/*================================================================================================================ Strat vps-hosting-version ==================================================================================================================*/

.vps-hosting-version {
    /*================================================================ end header-section =========================*/
    /*================================================================ start website-section =========================*/
    /*================================================================ end website-section =========================*/
    /*================================================================ start awesome-section =========================*/
    /*================================================================ end awesome-section =========================*/
    /*================================================================ start Feedback-section =========================*/
    /*================================================================ end Feedback-section =========================*/
    /*================================================================ start started-section =========================*/
    /*================================================================ end started-section =========================*/
    /*================================================================ start footer-section =========================*/
}

.vps-hosting-version header {
    background-image: -moz-linear-gradient(-38deg, #2d136a 0%, #0069ff 100%);
    background-image: -webkit-linear-gradient(-38deg, #2d136a 0%, #0069ff 100%);
    background-image: -ms-linear-gradient(-38deg, #2d136a 0%, #0069ff 100%);
}

.vps-hosting-version header::before {
    background: url(../images/vps-shape.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-size: contain;
}

.vps-hosting-version header::after {
    background: url(../images/vps-shape-copy.png);
    background-repeat: no-repeat;
    top: 25%;
    right: 0;
    content: "";
    position: absolute;
    background-size: contain;
    height: 100%;
    width: 850px;
    z-index: 0;
}

.vps-hosting-version header .eco_nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.vps-hosting-version header .nav-header .header-top {
    background: #0069ff;
}

.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li.active {
    background: #ffffff;
}

.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li.active a:hover span i {
    color: #0069ff;
}

.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li.active a,
.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li.active i,
.vps-hosting-version header .nav-header .header-top .top-area-right .right-header-top ul li.active p {
    color: #0069ff;
    font-weight: 700;
}

.vps-hosting-version header .nav-header .header-top .dropdown_area {
    position: relative;
    line-height: 48px;
    cursor: pointer;
}

.vps-hosting-version header .nav-header .header-top .dropdown_area:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
}

.vps-hosting-version header .nav-header .header-top .dropdown_area .language_icon {
    padding-left: 10px;
}

.vps-hosting-version header .nav-header .header-top .dropdown_area .dropdown_menu {
    position: absolute;
    top: 48px;
    left: 0;
    padding: 0px;
    border-radius: 0;
    background: #1D5DF9;
    border: none;
    min-width: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.vps-hosting-version header .nav-header .header-top .dropdown_area .dropdown_menu .dropdown_item {
    padding: 6px 15px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    line-height: 23px;
}

.vps-hosting-version header .nav-header .header-top .dropdown_area .dropdown_menu .dropdown_item:hover {
    color: #2d136a;
    background: transparent;
}

.vps-hosting-version header .banner-body {
    padding: 190px 0px 130px;
}

.vps-hosting-version header .banner-body .banner-body-content p {
    font-size: 30px;
    margin-bottom: 20px;
}

.vps-hosting-version header .banner-body .banner-body-content h2 {
    font-size: 80px;
    padding: 0px 0px 65px;
}

.vps-hosting-version header .banner-body .banner-body-content .banner-body-image {
    margin-top: 50px;
}

.vps-hosting-version header .banner-body .banner-body-content .banner-body-image img {
    animation: bounce-p 2s infinite linear;
    -webkit-animation: bounce-p 2s infinite linear;
}

.vps-hosting-version .website-section {
    background-image: -moz-linear-gradient(72deg, #2d136a 27%, #0069ff 100%);
    background-image: -webkit-linear-gradient(72deg, #2d136a 27%, #0069ff 100%);
    background-image: -ms-linear-gradient(72deg, #2d136a 27%, #0069ff 100%);
}

.vps-hosting-version .website-section .bestsite-head h2,
.vps-hosting-version .website-section .bestsite-head p {
    color: #ffffff;
}

.vps-hosting-version .website-section .website-area {
    padding-top: 110px;
    position: relative;
}

.vps-hosting-version .website-section .website-area::before {
    position: absolute;
    left: 40px;
    content: "";
    background: url(../images/w-bg-shape.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.vps-hosting-version .website-section .website-area .website-img {
    height: 140px;
    position: relative;
}

.vps-hosting-version .website-section .website-area .website-img::before {
    position: absolute;
    left: 95px;
    bottom: 35px;
    content: "";
    background: url(../images/w-shape.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.vps-hosting-version .website-section .website-area .website-img::after {
    position: absolute;
    right: 95px;
    bottom: 55px;
    content: "";
    background: url(../images/w-shape.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transform: rotate(180deg);
}

.vps-hosting-version .website-section .website-area .website-content h2,
.vps-hosting-version .website-section .website-area .website-content p {
    color: #ffffff;
}

.vps-hosting-version .website-section .website-area .website-content h2 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}

.vps-hosting-version .website-section .website-area .website-content p {
    font-weight: 400;
    font-size: 18px;
}

.vps-hosting-version .awesome-feature .feature-title {
    padding-bottom: 55px;
}

.vps-hosting-version .awesome-feature .feature-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #182C61;
}

.vps-hosting-version .awesome-feature .feature-area .feature-btn {
    padding-bottom: 90px;
}

.vps-hosting-version .awesome-feature .feature-area .feature-btn ul li {
    margin-right: 16px;
}

.vps-hosting-version .awesome-feature .feature-area .feature-btn ul li:last-child {
    margin-right: 0px;
}

.vps-hosting-version .awesome-feature .feature-area .feature-btn ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #2d136a;
    background: #f4f4f4;
    width: 215px;
    height: 80px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.vps-hosting-version .awesome-feature .feature-area .feature-btn ul li a:hover {
    background: #0069ff;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

.vps-hosting-version .awesome-feature .feature-area .feature-btn ul li a.active {
    background: #0069ff;
    color: #ffffff;
}

.vps-hosting-version .awesome-feature .feature-area .feature-btn ul li a.active::before {
    position: absolute;
    height: 0;
    width: 0;
    border-top: 30px solid #0069ff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: 100%;
    left: 50%;
    content: "";
    transform: translate(-50%, 0%);
    content: "";
    cursor: auto;
}

.vps-hosting-version .awesome-feature .feature-area .feature-btn ul li a span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translate(0%, -50%);
}

.vps-hosting-version .awesome-feature .feature-area .feature-card {
    display: flex;
    padding: 60px;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
}

.vps-hosting-version .awesome-feature .feature-area .feature-card .feature-img {
    margin-right: 60px;
    width: 100%;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    border-radius: 50%;
    padding: 35px 16px;
}

.vps-hosting-version .awesome-feature .feature-area .feature-card .feature-content {
    text-align: left;
}

.vps-hosting-version .awesome-feature .feature-area .feature-card .feature-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #182C61;
    padding-bottom: 20px;
}

.vps-hosting-version .awesome-feature .feature-area .feature-card .feature-content p {
    font-size: 18px;
    font-weight: 300;
    color: #8d95a6;
}

.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area {
    box-shadow: none;
}

.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-head p {
    padding-top: 20px;
    margin: 0px;
}

.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .item-img {
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    border-radius: 50%;
}

.vps-hosting-version .Feedback-section .testimonial-slider .testimonial-area .iteminner figure .slide-content {
    padding-top: 30px;
}

.vps-hosting-version .started-section {
    background-image: -moz-linear-gradient(107deg, #2d136a 0%, #0069ff 100%);
    background-image: -webkit-linear-gradient(107deg, #2d136a 0%, #0069ff 100%);
    background-image: -ms-linear-gradient(107deg, #2d136a 0%, #0069ff 100%);
}

.vps-hosting-version .started-section .bestsite-head h2,
.vps-hosting-version .started-section .bestsite-head p {
    color: #ffffff;
}

.vps-hosting-version .started-section .bestsite-head p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 18px;
    padding: 10px 0 0;
}

.vps-hosting-version .started-section .started-btn a {
    color: #ffffff;
    border: 1px solid #1e90ff;
    padding: 18px 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

.vps-hosting-version .started-section .started-btn a:before {
    background: #1e90ff;
}

.vps-hosting-version footer {
    background: #2d136a;
}

.vps-hosting-version footer h3 {
    color: #ffffff;
}

.vps-hosting-version footer .newspaper-site .icon-bottom li a:hover {
    background: #1e90ff;
    color: #ffffff;
}

.vps-hosting-version footer .newspaper-site input[type='email'] {
    border-color: #ffffff;
}

.choose-hosting {
    background: #f2f7ff;
    padding-bottom: 65px;
}

.choose-hosting .choose-h-area .vps-site {
    height: 130px;
    background-image: -moz-linear-gradient(-85deg, #2d136a 0%, #0069ff 100%);
    background-image: -webkit-linear-gradient(-85deg, #2d136a 0%, #0069ff 100%);
    background-image: -ms-linear-gradient(-85deg, #2d136a 0%, #0069ff 100%);
    padding-top: 80px;
}

.choose-hosting .choose-h-area .vps-site .line-hosting-vps {
    background: #ffffff;
    margin: 0px 65px;
    height: 10px;
    position: relative;
}

.choose-hosting .choose-h-area .vps-site .line-hosting-vps::before {
    position: absolute;
    content: "";
    background: url(../images/vps-line.png);
    background-repeat: no-repeat;
    height: 18px;
    width: calc(100% - 85px);
    bottom: 20px;
    right: 50%;
    transform: translate(50%, 0%);
}

.choose-hosting .choose-h-area .vps-content {
    margin-top: 50px;
}

.choose-hosting .choose-h-area .vps-content ul {
    margin-bottom: 85px;
}

.choose-hosting .choose-h-area .vps-content ul .vps-h-main {
    height: 100px;
    width: 178px;
    margin-right: 35px;
}

.choose-hosting .choose-h-area .vps-content ul .vps-h-main span,
.choose-hosting .choose-h-area .vps-content ul .vps-h-main p {
    font-weight: 700;
    display: block;
}

.choose-hosting .choose-h-area .vps-content ul .vps-h-main span {
    font-size: 22px;
    color: #2d136a;
    background: #ffffff;
    display: block;
    padding: 10px 0px;
}

.choose-hosting .choose-h-area .vps-content ul .vps-h-main p {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #0069ff;
    padding: 8px 0px;
}

.choose-hosting .choose-h-area .vps-content ul li:last-child {
    background-image: -moz-linear-gradient(-38deg, #2d136a 0%, #0069ff 100%);
    background-image: -webkit-linear-gradient(-38deg, #2d136a 0%, #0069ff 100%);
    background-image: -ms-linear-gradient(-38deg, #2d136a 0%, #0069ff 100%);
    width: 215px;
    text-align: center;
    margin-right: 0px;
    bottom: 10px;
    position: relative;
    padding: 16px;
}

.choose-hosting .choose-h-area .vps-content ul li:last-child span,
.choose-hosting .choose-h-area .vps-content ul li:last-child p {
    font-weight: 700;
    color: #ffffff;
    display: block;
    background: none;
}

.choose-hosting .choose-h-area .vps-content ul li:last-child span {
    font-size: 24px;
    padding: 0px;
}

.choose-hosting .choose-h-area .vps-content ul li:last-child p {
    font-size: 16px;
    padding: 0px;
}


/*================================================================================================================= end vps-hosting-version ===================================================================================================================*/

.search-section .banner-search-area .search-banner .search-inner {
    border-radius: 0px;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1) !important;
    outline: none;
    border: none;
    height: 82px;
    border-radius: 50px;
}

.search-section .banner-search-area .search-banner .search-submit {
    border-radius: 0px;
}

.search-section .banner-search-area .search-banner .search-submit a {
    border-radius: 0px;
    box-shadow: none;
    height: 82px;
    line-height: 82px;
    padding: 0 50px;
}

.search-section .banner-search-area .search-banner .search-submit input {
    box-shadow: -11px 0px 22px 0 #1D5DF938;
}

.search-section .banner-search-area .search-banner .site-search ul li {
    color: #182C61;
}

.search-section .banner-search-area .search-banner .site-search ul li span {
    color: #1e90ff;
}


/*================================================================================================================= =================================================================================================================== start contat-version =================================================================================================================== ===================================================================================================================*/

.contat-version {
    /*================================================================ end header-section =========================*/
}

.contat-version header .banner-body {
    padding: 0px;
}

.contat-version header .banner-body .banner-body-image {
    text-align: right;
}

.contat-version header .banner-body .banner-body-content {
    padding: 160px 0px 200px;
}

.contat-version header .banner-body .banner-body-content a {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    background: none;
    color: #ffffff;
}

.contat-version header .banner-body .banner-body-content p {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.contat-version header .banner-body .banner-body-content h2 {
    padding-top: 10px;
}

.contat-version .contact-section .c-left-area p {
    font-size: 18px;
    font-weight: 300;
    color: #8d95a6;
}

.contat-version .contact-section .c-left-area .title-contact {
    margin-bottom: 45px;
}

.contat-version .contact-section .c-left-area .title-contact h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d136a;
    padding-bottom: 20px;
}

.contat-version .contact-section .c-left-area .c-discript {
    display: flex;
    margin-bottom: 40px;
}

.contat-version .contact-section .c-left-area .c-discript:last-child {
    margin-bottom: 0px;
}

.contat-version .contact-section .c-left-area .c-discript .c-icon {
    padding: 10px;
    display: table;
    transition: all 0.3s ease-in-out;
}

.contat-version .contact-section .c-left-area .c-discript .c-icon:hover {
    box-shadow: 0px 0px 30px 0px rgba(45, 19, 106, 0.1);
    transition: all 0.3s ease-in-out;
}

.contat-version .contact-section .c-left-area .c-discript .c-d-area {
    margin-left: 25px;
}

.contat-version .contact-section .c-left-area .c-discript .c-d-area h4 {
    font-size: 24px;
    font-weight: 700;
    color: #2d136a;
    padding-bottom: 5px;
    padding-top: 10px;
}

.contat-version .contact-form h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d136a;
}

.contat-version .contact-form form {
    margin-top: 40px;
}

.contat-version .contact-form form .input-c {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 18px;
    color: #8d95a6;
}

.contat-version .contact-form form a {
    font-size: 18px;
    font-weight: 700;
    color: #2d136a;
    padding: 18px 25px;
    background: #1D5DF9;
    margin-top: 25px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.contat-version .contact-form form a:before {
    background: #2d136a;
}

.contat-version .contact-form form a:hover {
    color: #ffffff;
    background: #2d136a;
}

.contat-version .contact-form form input:focus {
    outline: none;
    border: 2px solid transparent;
    box-shadow: 0px 0px 30px 0px rgba(45, 19, 106, 0.1);
}

.map-section .google-map {
    height: 675px;
    width: 100%;
}

.map-section .google-map iframe {
    display: block;
    height: 100%;
    width: 100%;
}

.map-section .google-map iframe .gm-style .place-card-large,
.map-section .google-map iframe .default-card,
.map-section .google-map iframe .profile-photo-light,
.map-section .google-map iframe .gm-inset-light,
.map-section .google-map iframe .gmnoprint {
    display: none !important;
}

.map-section .google-map iframe .gm-style .place-card-large {
    display: none !important;
}


/*============================================================================================================= End contact version ===============================================================================================================*/


/*============================================================================================================= start domain version ===============================================================================================================*/

.domain-version {
    /*================================================================ end header-section =========================*/
}

.domain-version header {
    background: url(../images/domain-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.domain-version header::before {
    background-image: -moz-linear-gradient(120deg, #2d136a 43%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(120deg, #2d136a 43%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(120deg, #2d136a 43%, #3ec9cf 100%);
    opacity: 0.8;
}

.domain-version header .banner-body {
    padding: 100px 0px 0px;
}

.domain-version header .banner-body .banner-body-content h2 {
    padding-top: 0px;
}

.domain-version header .banner-body .banner-body-content p,
.domain-version header .banner-body .banner-body-content a {
    color: #ffffff;
    font-weight: 400;
}

.domain-version header .banner-body .banner-body-content a {
    padding: 0px;
    background: none;
}

.domain-version header .search-banner {
    padding-bottom: 130px;
}

.domain-version .service-section {
    background: url(../images/d--service.jpg);
    position: relative;
}

.domain-version .service-section::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #2d136a;
    opacity: 0.8;
}

.domain-version .service-section .bestsite-head p {
    color: #8d95a6;
}

.domain-version .service-section .service-img {
    height: 90px;
    padding: 0px;
}

.domain-extention .extention-area h2 {
    font-weight: 700;
    font-size: 36px;
    color: #182C61;
}

.domain-extention .extention-area ul {
    margin-top: 55px;
}

.domain-extention .extention-area ul:last-child {
    margin-top: 20px;
}

.domain-extention .extention-area ul li {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 115px;
    height: 115px;
    margin-right: 37px;
    transition: all 0.3s ease-in-out;
    padding: 8px;
}

.domain-extention .extention-area ul li:last-child {
    margin-right: 0px;
}

.domain-extention .extention-area ul li:hover {
    box-shadow: 0px 0px 30px 0px rgba(45, 19, 106, 0.1);
    transition: all 0.3s ease-in-out;
}

.domain-extention .extention-area ul li p {
    font-size: 22px;
    font-weight: 700;
    color: #1D5DF9;
    display: block;
    padding-bottom: 8px;
}

.domain-extention .extention-area ul li span,
.domain-extention .extention-area ul li small {
    font-size: 18px;
    display: block;
    padding-bottom: 4px;
}

.domain-extention .extention-area ul li span {
    color: #2d136a;
}

.domain-extention .extention-area ul li small {
    color: #182C61;
    padding-bottom: 0px;
}


/*================================================================ end extention-section =========================*/

.domain-price .d-price-area {
    box-shadow: 2px 4px 49px 0px rgba(45, 19, 106, 0.1);
}

.domain-price .d-price-area .price-title {
    background-image: -moz-linear-gradient(-177deg, #2d136a 40%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(-177deg, #2d136a 40%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(-177deg, #2d136a 40%, #3ec9cf 100%);
}

.domain-price .d-price-area .price-title li {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.domain-price .d-price-area .price-inner {
    transition: all 0.3s ease-in-out;
}

.domain-price .d-price-area .price-inner:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    border-top: 1px solid transparent;
}

.domain-price .d-price-area ul {
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.domain-price .d-price-area ul:first-child {
    border-top: 1px solid transparent;
}

.domain-price .d-price-area ul li {
    font-size: 18px;
    font-weight: 500;
    color: #2d136a;
    width: 220px;
    height: 55px;
    line-height: 55px;
    border-right: 1px solid #ebebeb;
}

.domain-price .d-price-area ul li:last-child {
    border-right: 1px solid transparent;
}


/*================================================================ end extention-section =========================*/


/* ====[ faq-Section ]==== */

.faq-section .faq-item .faqtitle {
    border: medium none;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    outline: medium none;
    padding: 18px 20px;
    position: relative;
    text-align: left;
    transition: all 0.3s ease-in-out;
    width: 100%;
    background-image: -moz-linear-gradient(-177deg, #2d136a 40%, #3ec9cf 100%);
    background-image: -webkit-linear-gradient(-177deg, #2d136a 40%, #3ec9cf 100%);
    background-image: -ms-linear-gradient(-177deg, #2d136a 40%, #3ec9cf 100%);
    transition: all 0.3s ease-in-out;
}

.faq-section .faq-item .faqarea {
    padding-bottom: 27px;
}

.faq-section .faq-item .faqarea:last-child {
    padding-bottom: 0px;
}

.faq-section .faq-item .collapsed {
    background: #f0f0f0;
    color: #2d136a;
    transition: all 0.3s ease-in-out;
}

.faq-section .faq-item .faqtitle:after,
.faq-section .faq-item .faqtitle.collapsed::after {
    float: right;
    font-size: 20px;
    font-weight: 900;
    padding: 0px 17px;
    position: absolute;
    right: 25px;
    top: 9px;
    line-height: 47px;
    font-family: fontawesome;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.faq-section .faq-item .faqtitle:after {
    content: "\f106";
    background: #ffffff;
    color: #1D5DF9;
}

.faq-section .faq-item .faqtitle.collapsed::after {
    content: "\f107";
    background: #1D5DF9;
    color: #ffffff;
}

.faq-section .faq-item .panel {
    background-color: #ffffff;
    border: medium none;
    overflow: hidden;
    padding: 25px 20px;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    transition: all 0.3s ease-in-out;
}

.faq-section .faq-item .panel p {
    font-size: 18px;
    font-weight: 300;
    color: #182C61;
}

.home-version-wp header {
    background: linear-gradient(45deg, rgba(45, 19, 106, 0.8) 0%, rgba(45, 19, 106, 0.8) 45%, rgba(62, 201, 207, 0.8) 100%);
}

.home-version-wp header:before {
    position: absolute;
    content: "";
    background: url(../images/wp-banner.jpg);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.home-version-wp header .eco_nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-version-wp .banner-body {
    min-height: 750px;
    padding-top: 190px;
}

.home-version-wp .banner-body .banner-body-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.home-version-wp .banner-body .banner-body-content h2 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 0px 10px;
}

.home-version-wp .banner-body .banner-body-content p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 60px;
}

.home-version-wp .banner-body .banner-body-content .angel-btn a:before {
    background: #1e90ff;
}

.home-version-wp .banner-body .banner-body-content .angel-btn a:hover {
    background: none;
}

.home-version-wp .banner-image {
    text-align: right;
}

.home-version-wp .banner-body-image {
    /* Zoom in Keyframes */
    /*End of Zoom in Keyframes */
}

@-webkit-keyframes zoomin1 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomin1 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.home-version-wp .banner-body-image img {
    -webkit-animation: zoomin1 5s ease-in infinite;
    animation: zoomin1 5s ease-in infinite;
    transition: all 5s ease-in-out;
}

.home-version-wp .pricing_table {
    padding: 200px 0;
}

.home-version-wp .pricing_table .sub_title {
    max-width: 690px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 90px;
}

.home-version-wp .pricing_table .sub_title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #182C61;
    margin-bottom: 10px;
}

.home-version-wp .pricing_table .sub_title p {
    font-size: 18px;
    font-weight: 400;
    color: #182C61;
    line-height: 30px;
}

.home-version-wp .pricing_table .table_cell {
    display: flex;
    justify-content: space-between;
}

.home-version-wp .pricing_table .table_cell .table_single_items {
    display: inline-grid;
    width: 100%;
    text-align: center;
    margin: 0 23px;
}

.home-version-wp .pricing_table .table_cell .table_single_items:first-child {
    margin-left: 0;
}

.home-version-wp .pricing_table .table_cell .table_single_items .offter_title {
    font-size: 24px;
    font-weight: 700;
    color: #2d136a;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
}

.home-version-wp .pricing_table .table_cell .table_single_items .starting_price {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.home-version-wp .pricing_table .table_cell .table_single_items .btn {
    width: 100%;
    background: #2d136a;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
}

.home-version-wp .pricing_table .table_cell .table_single_items .btn:before {
    width: 0;
}

.home-version-wp .pricing_table .table_cell .table_single_items span {
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #182C61;
}

.home-version-wp .pricing_table .table_cell .table_single_items span:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ebebeb;
    width: 200%;
    right: 0;
}

.home-version-wp .pricing_table .table_cell .table_single_items .blank_space {
    border-left: 1px solid transparent;
}

.home-version-wp .pricing_table .table_cell .table_single_items .blank_space:before {
    display: none;
}

.home-version-wp .pricing_table .table_cell .table_single_items .blank_space_b {
    border-left: 1px solid transparent;
}

.home-version-wp .pricing_table .table_cell .table_single_items_1 {
    text-align: left;
    overflow: hidden;
    margin: 0px;
}

.home-version-wp .pricing_table .table_cell .table_single_items_1 span {
    border-left: 1px solid #ebebeb;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #182C61;
}

.home-version-wp .pricing_table .table_cell .table_single_items_2,
.home-version-wp .pricing_table .table_cell .table_single_items_3,
.home-version-wp .pricing_table .table_cell .table_single_items_4 {
    background: #f8fafe;
    transition: all 0.3s ease-in-out;
}

.home-version-wp .pricing_table .table_cell .table_single_items_2:hover,
.home-version-wp .pricing_table .table_cell .table_single_items_3:hover,
.home-version-wp .pricing_table .table_cell .table_single_items_4:hover {
    background: #ffffff;
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
}

.home-version-wp .pricing_table .started_btn {
    height: 60px;
    line-height: 60px;
}

.home-version-wp .pricing_table .started_btn .btn {
    width: 100%;
    background: #1D5DF9;
    font-size: 16px;
    color: #2d136a;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-transform: capitalize;
    border-radius: 5px;
}

.home-version-wp .service-section {
    background: url(../images/service-bg_wp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-version-wp .service-section:before {
    position: absolute;
    content: "";
    background: linear-gradient(-130deg, rgba(45, 19, 106, 0.8) 63%, rgba(90, 219, 226, 0.92) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.home-version-wp .service-section .bestsite-head h2,
.home-version-wp .service-section .bestsite-head p {
    color: #ffffff;
}

.home-version-wp .service-section .service-option .services_items {
    display: inline-flex;
    flex-wrap: wrap;
}

.home-version-wp .service-section .service-option .services_items .service-area {
    width: 33.333%;
}

.home-version-wp .service-section .service-option .services_items .serveces_item_1 {
    width: 32%;
}

.home-version-wp .service-section .service-option .services_items .serveces_item_2 {
    width: 36%;
    padding-left: 50px;
}

.home-version-wp .service-section .service-option .services_items .serveces_item_3 {
    width: 32%;
    padding-left: 50px;
    border-left: 1px solid rgba(235, 235, 235, 0.2);
}

.home-version-wp .service-section .service-option .services_items .border_right {
    border-right: 1px solid rgba(235, 235, 235, 0.2);
}

.home-version-wp .service-section .service-option .services_items .border_btm {
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}

.home-version-wp .service-section .service-option .services_items .btm_items {
    padding-top: 40px;
}

.home-version-wp .service-section .service-option .service-top {
    margin-bottom: 0px;
}

.home-version-wp .service-section .service-option .service-area .service-body p {
    color: #ffffff !important;
}

.home-version-wp .sservices_08 .bestsite-head p {
    color: white;
    font-weight: 300;
}

.home-version-wp .speed-section {
    padding: 200px 0 0;
}

.home-version-wp .speed-section .speed--Secured-section {
    min-height: 530px;
    position: relative;
}

.home-version-wp .speed-section .speed--Secured-section img {
    border-radius: 5px;
    height: auto;
    width: 100%;
}

.home-version-wp .speed-section .speed--Secured-section .banner_1 {
    position: absolute;
    bottom: 0;
    height: 260px;
    left: 0;
    width: 90%;
    margin-right: 50px;
    box-shadow: 6px 10px 100px 0px rgba(0, 0, 0, 0.12);
}

.home-version-wp .speed-section .speed--Secured-section .banner_2 {
    position: absolute;
    bottom: 220px;
    right: 0;
    height: 260px;
    width: 280px;
    box-shadow: 9px 15px 100px 0px rgba(0, 0, 0, 0.2);
}

.home-version-wp .speed-section .speed--Secured-section .banner_3 {
    position: absolute;
    bottom: 290px;
    left: 50px;
    z-index: -1;
    height: 260px;
    width: 280px;
    box-shadow: 6px 10px 100px 0px rgba(0, 0, 0, 0.12);
}

.home-version-wp .need_help {
    background: #f6f6f6;
    padding: 60px 0;
}

.home-version-wp .need_help h2 {
    font-size: 30px;
    font-weight: 700;
    color: #182C61;
    margin: 0;
    line-height: 72px;
}

.home-version-wp .need_help a.chat_btn {
    background: #1D5DF9;
    box-shadow: 7px 12px 100px 0px rgba(66, 232, 224, 0.2);
    margin: 0;
    padding: 0 80px;
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

.home-version-wp .need_help a.chat_btn:before {
    background: #2d136a;
}

.blog_wrapper {
    padding: 130px 0;
    /*=======[ Blog Signle ]========*/
    /*=======[ Blog Post ]========*/
    /*=======[ widget Blog and Post Page ]========*/
}

.blog_wrapper .single_blog {
    margin-bottom: 90px;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .single_blog:last-child {
    margin-bottom: 0;
}

.blog_wrapper .single_blog:hover {
    box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.08);
}

.blog_wrapper .single_blog:hover .blog_content {
    border-bottom: 1px solid transparent;
}

.blog_wrapper .single_blog:hover h3 a {
    color: #1D5DF9;
}

.blog_wrapper .single_blog:hover .blog_banner img {
    transform: scale(1);
}

.blog_wrapper .single_blog:hover .page_info .post_view_comment {
    display: inline-flex;
}

.blog_wrapper .single_blog:hover .page_info .post_view_comment li i:before {
    color: #1D5DF9 !important;
}

.blog_wrapper .single_blog:hover .page_info .post_view_comment li a {
    color: #2d136a;
}

.blog_wrapper .single_blog:hover .page_info .share i:before {
    color: #1D5DF9 !important;
}

.blog_wrapper .single_blog h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.blog_wrapper .single_blog h3 a {
    transition: all 0.3s ease-in-out;
    color: #2d136a;
}

.blog_wrapper .single_blog .blog_banner {
    margin: 20px 0;
    overflow: hidden;
}

.blog_wrapper .single_blog .blog_banner img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .single_blog .blog_content {
    padding: 0 40px 30px;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .single_blog .blog_content .post_by {
    margin-bottom: 30px;
}

.blog_wrapper .single_blog .blog_content .post_by img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.blog_wrapper .single_blog .blog_content .post_by span {
    font-size: 16px;
    font-weight: 700;
    color: #2d136a;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.blog_wrapper .single_blog .blog_content .post_by span a {
    color: #2d136a;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .single_blog .blog_content .post_by span a:hover {
    color: #1D5DF9;
}

.blog_wrapper .single_blog .blog_content p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    color: #2d136a;
}

.blog_wrapper .single_blog .blog_content .continue_read_btn {
    color: #1D5DF9;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.blog_wrapper .single_blog .blog_content .page_info {
    display: flex;
    justify-content: space-between;
}

.blog_wrapper .single_blog .blog_content .page_info .post_view_comment {
    display: inline-flex;
}

.blog_wrapper .single_blog .blog_content .page_info .post_view_comment li {
    margin-right: 30px;
    color: #2d136a;
    font-size: 16px;
    font-weight: 400;
}

.blog_wrapper .single_blog .blog_content .page_info .post_view_comment li i {
    margin-right: 5px;
}

.blog_wrapper .single_blog .blog_content .page_info .post_view_comment li i:before {
    margin: 0;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    color: #182C61;
}

.blog_wrapper .single_blog .blog_content .page_info .share i:before {
    margin: 0;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    color: #182C61;
}

.blog_wrapper .pagination_blog {
    display: flex;
    justify-content: space-between;
}

.blog_wrapper .pagination_blog .pagination_btn a {
    margin-right: 20px;
}

.blog_wrapper .pagination_blog .pagination_btn a i:before {
    color: rgba(47, 47, 47, 0.5);
    font-size: 18px;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .pagination_blog .pagination_btn a i:hover:before {
    color: #1D5DF9;
}

.blog_wrapper .pagination_blog .pagination_btn .active i:before {
    color: #1D5DF9;
    font-size: 16px;
    margin: 0;
}

.blog_wrapper .pagination_blog ul {
    display: flex;
}

.blog_wrapper .pagination_blog ul li a {
    margin-left: 10px;
    color: #182C61;
    font-size: 16px;
    font-weight: 500;
}

.blog_wrapper .pagination_blog ul li.current a {
    color: #2d136a;
}

.blog_wrapper .blog_post {
    margin-bottom: 90px;
    margin-bottom: 0;
}

.blog_wrapper .blog_post h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #2d136a;
    margin: 60px 0 25px;
}

.blog_wrapper .blog_post .post_content {
    box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.08);
    padding: 15px 40px 60px;
}

.blog_wrapper .blog_post .post_content .post_by {
    margin-bottom: 30px;
}

.blog_wrapper .blog_post .post_content .post_by img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.blog_wrapper .blog_post .post_content .post_by span {
    font-size: 16px;
    font-weight: 700;
    color: #2d136a;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.blog_wrapper .blog_post .post_content .post_by span a {
    color: #2d136a;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_post .post_content .post_by span a:hover {
    color: #1D5DF9;
}

.blog_wrapper .blog_post .post_content .blog_post_content p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #182C61;
}

.blog_wrapper .blog_post .post_content .blog_post_content p:last-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_post .post_content .blog_post_content .quite {
    padding: 0 30px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #182C61;
    position: relative;
    line-height: 30px;
}

.blog_wrapper .blog_post .post_content .blog_post_content .quite i:before {
    color: #1D5DF9;
    font-size: 24px;
    margin: 0;
}

.blog_wrapper .blog_post .post_content .blog_post_content .quite .i_top {
    margin-right: 10px;
}

.blog_wrapper .blog_post .post_content .blog_post_content .quite .i_btm {
    margin-left: 10px;
}

.blog_wrapper .blog_post .post_content .blog_post_content .quite .quite_parson {
    margin-top: 20px;
    color: #1D5DF9;
    font-weight: 500;
}

.blog_wrapper .blog_post .next_prev_post {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid;
}

.blog_wrapper .blog_post .next_prev_post a {
    color: #182C61;
    font-size: 500;
}

.blog_wrapper .blog_post .next_prev_post a i:before {
    margin: 0;
    font-size: 18px;
}

.blog_wrapper .blog_post .next_prev_post .new_post {
    margin-right: 15px;
}

.blog_wrapper .blog_post .next_prev_post .old_post {
    margin-left: 15px;
}

.blog_wrapper .blog_post .commnet-wrapper {
    background: #ffffff;
    margin-bottom: 50px;
}

.blog_wrapper .blog_post .commnet-wrapper .items_title .title {
    font-size: 24px;
    font-weight: 700;
    color: #2d136a;
    margin-bottom: 30px;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper {
    margin-bottom: 30px;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper:last-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .reply_comment_text {
    margin-left: 50px;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 30px 0 25px;
    border-radius: 0;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgba(47, 47, 47, 0.05);
    align-items: center;
    width: 100%;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list:last-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img {
    width: 13%;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img img {
    border-radius: 50%;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text {
    padding: 0 15px 0 30px;
    width: 87%;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info {
    line-height: 14px;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .author_name {
    font-size: 14px;
    font-weight: 500;
    color: #182C61;
    margin-right: 25px;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 19px 0 0;
    color: #182C61;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .reply-comment {
    margin-top: 15px;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .reply-comment span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #182C61;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .reply-comment a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 0 30px;
    color: #182C61;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_post .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .reply-comment a:hover {
    color: #1D5DF9;
}

.blog_wrapper .blog_post .leave_comment_wrapper {
    margin-top: 50px;
}

.blog_wrapper .blog_post .leave_comment_wrapper .items_title .title {
    font-size: 16px;
    font-weight: 700;
    color: #2d136a;
    margin-bottom: 30px;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group {
    margin-bottom: 15px;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group input,
.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group textarea {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: 13px 23px 111px 0px rgba(56, 74, 94, 0.1);
    height: 60px;
    padding: 0px 20px;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #2d136a;
    font-size: 14px;
    font-weight: 400;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group input:focus,
.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group textarea:focus {
    border: 1px solid #9b9b9c;
    outline: none;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group input ::-webkit-input-placeholder,
.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2d136a;
    font-size: 14px;
    font-weight: 400;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group input ::-moz-placeholder,
.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group textarea ::-moz-placeholder {
    /* Firefox 19+ */
    color: #2d136a;
    font-size: 14px;
    font-weight: 400;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group input :-ms-input-placeholder,
.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group textarea :-ms-input-placeholder {
    /* IE 10+ */
    color: #2d136a;
    font-size: 14px;
    font-weight: 400;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group input :-moz-placeholder,
.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group textarea :-moz-placeholder {
    /* Firefox 18- */
    color: #2d136a;
    font-size: 14px;
    font-weight: 400;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .form-group textarea {
    height: 175px;
    padding-top: 15px;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .submit-btn button {
    height: 55px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    background: #1D5DF9;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    color: #ffffff;
    box-shadow: 5px 9px 92px 0px rgba(255, 25, 73, 0.1);
    margin-top: 50px;
    transition: all 0.3s ease-in-out;
    float: right;
}

.blog_wrapper .blog_post .leave_comment_wrapper .leave_comment .submit-btn button:hover {
    background: #2d136a;
}

.blog_wrapper .blog_wrapper_right {
    padding-left: 50px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .items-title .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .widget_single {
    margin-bottom: 60px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .widget_single:last-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form {
    position: relative;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form input {
    background: transparent;
    box-shadow: 0px 0px 43px 0px rgba(141, 149, 166, 0.1) !important;
    border: none;
    border-radius: 0px;
    height: 70px;
    padding: 0px 20px;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #2d136a;
    font-size: 16px;
    font-weight: 400;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form input:focus {
    border: 1px solid #9b9b9c;
    outline: none;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form input ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2d136a;
    font-size: 16px;
    font-weight: 500;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #2d136a;
    font-size: 16px;
    font-weight: 500;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form input :-ms-input-placeholder {
    /* IE 10+ */
    color: #2d136a;
    font-size: 16px;
    font-weight: 500;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form input :-moz-placeholder {
    /* Firefox 18- */
    color: #2d136a;
    font-size: 16px;
    font-weight: 500;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border: none;
    background: linear-gradient(-49deg, #3ec9cf 0%, #2d136a 100%);
    border-radius: 5px;
    cursor: pointer;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .serach_option form button i:before {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    align-items: center;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post:last-child {
    margin-bottom: 0;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post:hover {
    background: #ffffff;
    box-shadow: 10px 17px 43px 0px rgba(141, 149, 166, 0.1);
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img {
    width: 30%;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img img {
    border-radius: 5px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title {
    width: 70%;
    padding: 15px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a {
    font-weight: 300;
    line-height: 24px;
    color: #2d136a;
    font-size: 16px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date {
    margin-top: 20px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date span {
    font-weight: 500;
    font-size: 14px;
    color: #1D5DF9;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li {
    display: inline-flex;
    padding-right: 3px;
    padding-bottom: 6px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li a {
    padding: 12px 20px;
    font-size: 16px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    color: #2d136a;
    font-weight: 500;
    border-radius: 5px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li a:hover {
    background: #1D5DF9;
    color: #2d136a;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items {
    margin-left: 30px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li {
    padding-bottom: 12px;
    display: inherit;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a {
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-right: 30px;
    color: #2d136a;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:before {
    position: absolute;
    font-family: "Flaticon";
    font-size: 8px;
    content: "\f101";
    left: -30px;
    bottom: -3px;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover {
    color: #1D5DF9;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover:before {
    color: #1D5DF9;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .follow_us .social-items li:last-child {
    margin-right: 0;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .follow_us .social-items li a {
    margin-right: 15px;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .follow_us .social-items li a i {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    font-size: 13px;
    margin: 0;
    border: 1px solid rgba(47, 47, 47, 0.1);
    background: transition;
    color: #2d136a;
    transition: all 0.3s ease-in-out;
}

.blog_wrapper .blog_wrapper_right .blog-right-items .follow_us .social-items li a i:hover {
    color: #ffffff;
    padding: 0;
    background: #1D5DF9;
    border: 1px solid #1D5DF9;
}


/* About Page*/

.about_top_wrapper {
    padding: 50px 0;
}

.about_top_wrapper .title {
    text-align: left;
    padding-right: 15%;
}

.about_top_wrapper .title h2 {
    color: #2d136a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.about_top_wrapper .title p {
    color: #182C61;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}

.about_top_wrapper .title a {
    background: #2d136a;
    height: 58px;
    padding: 0 50PX;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 4px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.about_top_wrapper .title a:before {
    background: #1D5DF9;
}

.about_top_wrapper .video_wrapper {
    position: relative;
    z-index: 1;
    width: 95%;
}

.about_top_wrapper .video_wrapper:before {
    background: rgba(45, 45, 45, 0);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    padding: 20px;
}

.about_top_wrapper .video_wrapper .video_banner {
    position: relative;
}

.about_top_wrapper .video_wrapper .video_banner:before {
    background: linear-gradient(110deg, #2d136a 43%, #3badbf 100%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.6;
}

.about_top_wrapper .video_wrapper .video_banner .img_a2 {
    position: absolute;
    bottom: -110px;
    right: -65px;
    z-index: 1;
    width: 345px;
}

.about_top_wrapper .video_wrapper .video_play {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.about_top_wrapper .video_wrapper .video_play .video-play-btn {
    height: 85px;
    width: 85px;
    margin: 0px auto;
}

.about_top_wrapper .video_wrapper .video_play .video-play-btn a {
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background: transparent;
    margin-right: 0px;
    padding: 0;
    display: flex;
}

.about_top_wrapper .video_wrapper .video_play .video-play-btn a i {
    height: 85px;
    width: 85px;
    line-height: 85px;
    font-size: 20px;
    background: #1D5DF9;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.about_top_wrapper .video_wrapper .video_play .video-play-btn a i:hover {
    transform: scale(1.05);
}

.teachers_2 {
    padding: 130px 0;
    overflow: hidden;
}

.teachers_2 .team_about h2:before {
    display: none;
}

.teachers_2 .team_about p {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}

.teachers_2 .section-title h2 {
    position: relative;
    display: inline-block;
    font-size: 36px;
}

.teachers_2 .section-title h2:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1500px;
    left: 100%;
    height: 0.5px;
    border-bottom: 1px solid #ebebeb;
    margin-left: 30px;
}

.teachers_2 .section-content p {
    font-size: 24px;
    color: #182C61;
    line-height: 36px;
    margin: 0;
    font-weight: 400;
}

.teachers_2 .teacher-single {
    margin-bottom: 30px;
}

.teachers_2 .teacher-single .teacher-body {
    transition: all 0.3s ease-in-out;
    position: relative;
    text-align: center;
}

.teachers_2 .teacher-single .teacher-body:hover .teacher_pro .teachar_img:before {
    opacity: 0.6;
    visibility: visible;
}

.teachers_2 .teacher-single .teacher-body:hover .teacher_pro .teachar_img img {
    transform: scale(1);
}

.teachers_2 .teacher-single .teacher-body:hover ul {
    opacity: 1;
    visibility: visible;
    bottom: -14px;
}

.teachers_2 .teacher-single .teacher-body .teacher_pro {
    margin: 0px 30px;
    box-shadow: 5px 9px 60px 0px rgba(45, 49, 106, 0.05);
}

.teachers_2 .teacher-single .teacher-body .teacher_pro .teachar_img {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.teachers_2 .teacher-single .teacher-body .teacher_pro .teachar_img:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #2c1369 43%, #3998b4 100%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.teachers_2 .teacher-single .teacher-body .teacher_pro .teachar_img img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.teachers_2 .teacher-single .teacher-body ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.teachers_2 .teacher-single .teacher-body ul li {
    margin: 0 5px;
    display: inline-block;
}

.teachers_2 .teacher-single .teacher-body ul li a i {
    border: 1px solid #182C61;
    background: #f9f9f9;
    border-radius: 100%;
    color: #2c1369;
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.teachers_2 .teacher-single .teacher-body ul li a i:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    background: #2c1369;
    color: #ffffff;
}

.teachers_2 .teacher-single .teacher-body .teachars-info {
    text-align: center;
    padding: 30px 20px 30px;
    box-shadow: 5px 9px 60px 0px rgba(45, 49, 106, 0.05);
}

.teachers_2 .teacher-single .teacher-body .teachars-info h3 {
    font-weight: 700;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 13px;
}

.teachers_2 .teacher-single .teacher-body .teachars-info h3 a {
    color: #182C61;
    transition: all 0.3s ease-in-out;
}

.teachers_2 .teacher-single .teacher-body .teachars-info span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #182C61;
    font-weight: 400;
}

.teachers_2 .view-more-btn {
    height: 58px;
    line-height: 58px;
    padding: 0 55px;
    font-size: 16px;
    font-weight: 700;
    background: #2d136a;
    color: #ffffff;
    text-decoration: none;
    margin-top: 40px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.teachers_2 .view-more-btn:before {
    background: #1e90ff;
    color: #ffffff;
}

.teachers_2 .middle_item_top {
    margin-top: -100px;
}

.teachers_2 .middle_item_btm {
    margin-top: 100px;
}

.unicq_team {
    padding: 0 0 130px 0;
}

.unicq_team .section-content {
    width: 360px;
}

.unicq_team .section-content p {
    font-size: 24px;
    color: #182C61;
    line-height: 36px;
    margin: 0;
    font-weight: 400;
}

.client_logo {
    margin-bottom: 100px;
}

.feature_section_inner {
    background: #ffffff;
}

.feature_section_inner .bestsite-head h2 {
    color: #2d136a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature_section_inner .bestsite-head p {
    font-size: 18px;
    color: #182C61;
}

.feature_section_inner .feature-area .feature-top {
    margin-bottom: 35px;
}

.feature_section_inner .feature-area .feature-main .feature-content {
    box-shadow: 5px 9px 60px 0px rgba(45, 19, 106, 0.05);
    transition: all 0.3s ease-in-out;
    padding: 30px 40px 30px 40px;
    display: inline-flex;
    align-items: center;
}

.feature_section_inner .feature-area .feature-main .feature-content:hover {
    background: #ffffff;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    transition: all 0.3s ease-in-out;
}

.feature_section_inner .feature-area .feature-main .feature-content .slide-content {
    width: 65%;
}

.feature_section_inner .feature-area .feature-main .feature-content figure {
    display: flex;
    width: 36%;
}

.feature_section_inner .feature-area .feature-main .feature-content figure .feature-image {
    margin-right: 0;
    margin-left: 30px;
    align-items: center;
}

.feature_section_inner .feature-area .feature-main .feature-content figure .feature-image img {
    width: 100%;
}

.feature_section_inner .feature-area .feature-main .feature-content .slide-content .slide-head {
    position: relative;
    top: 22px;
    margin-bottom: 40px;
}

.feature_section_inner .feature-area .feature-main .feature-content .slide-content .slide-head h4 {
    font-size: 26px;
    font-weight: 700;
    color: #2d136a;
}


/*============================================================================= Strat hosting section ===============================================================================*/

.services_count {
    background: url(../images/ser_count.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 180px 0;
}

.services_count::before {
    background: linear-gradient(143deg, #2d136a 43%, #3ec9cf 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.9;
}

.services_count .bestsite-head h2,
.services_count .bestsite-head p {
    color: #ffffff;
}

.services_count .counter-area {
    text-align: center;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
}

.services_count .counter-area li {
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-right: 100px;
}

.services_count .counter-area li::before {
    background: #ffffff;
    position: absolute;
    height: 33px;
    width: 4px;
    top: 50%;
    right: 0;
    content: "";
    transform: translateY(-50%);
}

.services_count .counter-area li:hover {
    transition: all 0.3s ease-in-out;
}

.services_count .counter-area li:last-child {
    padding-right: 0px;
}

.services_count .counter-area li:last-child:before {
    display: none;
}

.services_count .counter-area li h3,
.services_count .counter-area li p {
    color: #ffffff;
}

.services_count .counter-area li h3 {
    font-weight: 700;
    font-size: 40px;
    display: block;
    width: 150px;
}

.services_count .counter-area li p {
    font-weight: 700;
    font-size: 24px;
    display: block;
}

.contact_form {
    text-align: center;
}

.contact_form h4 {
    font-size: 24px;
    color: #182C61;
    font-weight: 400;
}

.contact_form h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d136a;
}

.contact_form .input-c {
    margin-bottom: 30px;
    padding: 13px 20px;
}

.contact_form .submit_btn {
    height: 58px;
    line-height: 58px;
    padding: 0 55px !important;
    font-size: 16px !important;
    font-weight: 700;
    background: #2d136a !important;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.awesome-feature_7 .nav-tabs {
    position: relative;
    border: none;
}

.awesome-feature_7 .nav-tabs .nav-item {
    margin: 0px !important;
}

.awesome-feature_7 .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #2d136a;
    background: #f4f4f4;
    background: #f4f4f4;
    width: 90%;
    height: 86px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 0;
    line-height: 86px;
    border-radius: 0;
    border: none;
}

.awesome-feature_7 .nav-tabs .nav-link.active,
.awesome-feature_7 .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #0069ff;
    border-color: none;
}

.awesome-feature_7 .nav-tabs .nav-link.active {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.awesome-feature_7 .nav-tabs .nav-link.active:before {
    content: "";
    background-color: #0069ff;
    position: absolute;
    z-index: 1200;
    bottom: -3px;
    transition: all .3s linear;
    width: 30px;
    height: 30px;
    left: 50%;
    border-radius: 0;
    transform: rotate(-45deg) translateX(-50%);
}

.awesome-feature_7 .tab-content {
    margin-top: 80px;
}

.awesome-feature_7 .tab-content .feature-card {
    display: flex;
    padding: 70px;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
}

.awesome-feature_7 .tab-content .feature-card .feature-img {
    margin-right: 70px;
    width: 100%;
    box-shadow: 5px 8.66px 60px 0px rgba(45, 19, 106, 0.1);
    border-radius: 50%;
    padding: 35px 16px;
}

.awesome-feature_7 .tab-content .feature-card .feature-content {
    text-align: left;
}

.awesome-feature_7 .tab-content .feature-card .feature-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #182C61;
    padding-bottom: 20px;
}

.awesome-feature_7 .tab-content .feature-card .feature-content p {
    font-size: 18px;
    font-weight: 300;
    color: #8d95a6;
}

.awesome-feature_7 .tab-pane.active {
    animation: slide-down 3s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpc-cloud-range .noUi-target {
    background: #ffffff;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    height: 10px;
}

.wpc-cloud-range .noUi-connect {
    border-radius: 15px;
    background-color: #1D5DF9;
    border: none;
    box-shadow: none;
}

.wpc-cloud-range .noUi-background {
    background-color: #1D5DF9;
    border-left: 1px solid #b5b4b3;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.wpc-cloud-range .noUi-tooltip {
    position: absolute;
    width: 100px;
    margin-bottom: 25px;
    padding: 8px 0;
    background-color: #1D5DF9;
    color: #ffffff;
    font-style: normal;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    border: none;
    line-height: 16px;
}

.wpc-cloud-range .noUi-tooltip:after {
    content: none;
}

.wpc-cloud-range .noUi-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 14px 0 14px;
    border-color: #1D5DF9 transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 35px;
}

.wpc-cloud-range .noUi-handle.noUi-handle-lower:after {
    content: none;
}

.wpc-cloud-range .noUi-handle.noUi-handle-lower:before {
    content: none;
}

.wpc-cloud-range .noUi-horizontal .noUi-handle {
    box-shadow: none;
    left: -8px;
    top: -10px;
    width: 30px;
    height: 30px;
    margin-left: -10px;
    background-color: #ffffff;
    border: solid 9px #1D5DF9;
    border-radius: 50%;
    cursor: pointer;
    outline: 0;
}

.wpc-cloud-range .info-range {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 30px;
}

.wpc-cloud-range .slider-ui {
    padding: 80px 0 0 0;
    padding: 50px 67px;
    background: linear-gradient(-5deg, #2d136a 0%, #0069ff 100%);
}

.noUi-pips.noUi-pips-horizontal {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.noUi-marker-horizontal.noUi-marker {
    position: absolute;
    background: #a29898;
    border-radius: 0;
    margin-left: -1px;
    width: 1px;
    height: 18px;
    top: -40px;
}

.plan_items {
    display: flex;
    justify-content: space-between;
    width: 77%;
}

.plan_items .plan_single_item {
    width: 22%;
}

.monthly_items {
    width: 20%;
}

.wpc-vps-info {
    margin-top: 40px;
    padding-top: 30px;
}

.wpc-vps-info .price-wrap .title {
    background-color: #1D5DF9;
    text-transform: uppercase;
    font-size: 18px;
    padding: 25px 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.wpc-vps-info .price-wrap .title:hover {
    background-color: #1D5DF9;
    text-decoration: none;
}

.wpc-vps-info .price-wrap .price {
    font: 30px "Open Sans ExtraBold", sans-serif;
    background-color: #1D5DF9;
    padding: 15px 35px;
    display: inline-block;
}

.wpc-vps-info .title {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
    border-radius: 0px;
    text-align: center;
    font-size: 18px;
}

.wpc-vps-info .title .info,
.wpc-vps-info .title .title {
    display: inline-block;
    width: 100%;
    height: 44px;
    background: #fff;
    line-height: 44px;
    color: #2d136a;
    font-size: 22px;
    font-weight: 700;
}

.wpc-vps-info .title .title {
    background: #0069ff;
    color: #ffffff;
    font-size: 18px;
}

.wpc-vps-info .h-plans-info {
    background: linear-gradient(-38deg, #2d136a 0%, #0069ff 100%);
    text-align: center;
    padding: 14px 0px;
}

.wpc-vps-info .h-plans-info .price {
    font-size: 24px !important;
    color: #ffffff;
    font-weight: 700;
}

.wpc-vps-info .h-plans-info .price_title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.wpc-vps-info .buy_now_packge {
    margin-top: 80px;
}

.wpc-vps-info .buy_now_packge a {
    color: #ffffff;
    border: 1px solid #1e90ff;
    padding: 14px 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    background: #1e90ff;
}

.wpc-vps-info .buy_now_packge a:hover {
    background: #2d136a;
    border: 1px solid #2d136a;
}

.price_5 .price-deck a {
    transform: none !important;
}

.google_map #map {
    box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    min-height: 680px;
    width: 100%;
}

.inner_pages .banner-body .banner-body-content {
    padding: 160px 0px 150px;
}

.inner_pages .banner-body .banner-body-content h2 {
    font-size: 60px;
    padding: 0;
}

.inner_pages .banner-body .banner-body-content .contact-btn a {
    font-weight: 300;
}

.inner_pages .banner-body .banner-body-image {
    padding: 40px 0;
    text-align: right;
}

.inner_pages .banner-body .banner_servies {
    text-align: right;
    padding-left: 50px;
}

.home_u_1 .banner-area:before {
    background: linear-gradient(50deg, #342fd2 43%, #0dbbe6 100%);
}

.home_u_1 .banner-area .nav-header .header-top {
    background: #342fd2;
}

.home_u_1 .banner-area .banner-body-image .img_1 {
    top: -25% !important;
}

.home_u_1 .banner-area .banner-body-content a {
    border-radius: 50px;
}

.home_u_1 .banner-body {
    position: relative;
}

.home_u_1 .banner-body .shape_u {
    position: absolute;
    z-index: -1;
}

.home_u_1 .banner-body .shape_1_u {
    top: -25%;
    left: -13%;
}

.home_u_1 .banner-body .shape_2_u {
    top: 2%;
    left: -7%;
}

.home_u_1 .banner-body .shape_3_u {
    bottom: -10%;
    right: -30px;
    opacity: 0.5;
}

.home_u_1 .banner-body .shape_4_u {
    bottom: 1%;
    right: -6%;
    opacity: 0.5;
}

.home_u_1 .features_1_u {
    background: #f3f3f4;
    padding: 150px 0;
    position: relative;
}

.home_u_1 .features_1_u:before {
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    height: 100%;
    width: 12.5%;
    content: "";
}

.home_u_1 .features_1_u .bestsite-head {
    text-align: left !important;
}

.home_u_1 .features_1_u .bestsite-head .section-title {
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    color: #182C61;
    margin-bottom: 15px;
}

.home_u_1 .features_1_u .bestsite-head .section-content {
    text-align: left;
    margin-bottom: 60px;
}

.home_u_1 .features_1_u .bestsite-head .section-content p {
    font-size: 18px;
    font-weight: 300;
    color: #182C61;
    line-height: 30px;
}

.home_u_1 .features_1_u .bestsite-head a {
    background: #ffffff;
    color: #2d136a;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.home_u_1 .features_1_u .bestsite-head a:hover {
    background: #1e90ff;
}

.home_u_1 .features_1_u .single_features {
    background: #ffffff;
    margin: 0 5px;
    border-radius: 5px;
    padding: 60px 25px 45px;
}

.home_u_1 .features_1_u .single_features .feature_img {
    height: 100px;
}

.home_u_1 .features_1_u .single_features .features-body h5 {
    font-size: 20px;
    font-weight: 700;
    color: #182C61;
    margin: 40px 0 20px;
}

.home_u_1 .features_1_u .single_features .features-body p {
    font-size: 15.18px;
    font-weight: 300;
    color: #182C61;
    line-height: 25.3px;
}

.home_u_1 .features_1_u .feature_1 {
    margin-top: 70%;
}

.home_u_1 .pricing_1_u {
    position: relative;
}

.home_u_1 .pricing_1_u .shape_u {
    position: absolute;
    z-index: -1;
}

.home_u_1 .pricing_1_u .shape_1_u {
    top: 4%;
    left: -13%;
}

.home_u_1 .pricing_1_u .shape_2_u {
    top: 26%;
    left: -8%;
}

.home_u_1 .pricing_1_u:before {
    background: linear-gradient(50deg, #342fd2 43%, #0dbbe6 100%);
}

.home_u_1 .pricing_1_u:after {
    display: none;
}

.home_u_1 .pricing_1_u .three-d-site:before,
.home_u_1 .pricing_1_u .three-d-copy:before {
    z-index: 1 !important;
    opacity: 1 !important;
}

.home_u_1 .pricing_1_u .pricing-main a {
    border-radius: 50px !important;
    background: #ffffff !important;
    color: #2d136a !important;
    box-shadow: 0px 0px 80px 0px rgba(52, 47, 210, 0.2);
}

.home_u_1 .pricing_1_u .pricing-main a:hover {
    color: #ffffff !important;
}

.home_u_1 .speed-section .speed-Secured-content a {
    border-radius: 50px;
    background: #fff;
    color: #2d136a;
    padding: 16px 40px;
}

.home_u_1 .spreed_btm_1 {
    padding: 150px 0 50px;
}

.home_u_1 .spreed_btm_1 .speed-Secured-content a {
    box-shadow: 0px 0px 80px 0px rgba(52, 47, 210, 0.05);
}

.home_u_1 .spreed_top_1 {
    background: #f3f3f4;
    padding: 150px 0;
    position: relative;
}

.home_u_1 .spreed_top_1:before {
    position: absolute;
    background: #ffffff;
    top: 0;
    right: 0;
    height: 100%;
    width: 12.5%;
    content: "";
}

.home_u_1 .spreed_top_1 .speed-Secured-content {
    margin-top: 70px;
}

.home_u_1 .feedback_1_u .bestsite-head .section-content p,
.home_u_1 .pricing_1_u .bestsite-head .section-content p {
    font-size: 18px;
}

.home_u_1 .guranatee_site_u .guranatee-left-bg:before {
    background: linear-gradient(56deg, #342fd2 43%, #0dbbe6 100%);
}

.home_u_1 .guranatee_site_u .guranatee-right-bg:before {
    background: linear-gradient(50deg, #342fd2 43%, #10afe4 100%);
}

.home_u_1 .guranatee_site_u .guranatee-body a {
    border-radius: 50px;
    border: 1px solid #ffffff;
}

.home_u_1 .guranatee_site_u .guranatee-body a:before {
    background: #ffffff;
}

.home_u_1 .guranatee_site_u .guranatee-body a:hover {
    color: #2d136a !important;
}

.home_u_1 .blog_1_u .blog-area:hover .blog-name span {
    color: #2d136a !important;
}

.home_u_1 .blog_1_u .blog-area:hover .blog-name span a {
    color: #2d136a !important;
}

.home_u_1 .blog_1_u .blog-area:hover .blog-title h3 a {
    color: #1e90ff;
}

.home_u_1 .blog_1_u .Blog-content {
    margin: 0 !important;
}

.home_u_1 .blog_1_u .Blog-content .blog-name span {
    font-weight: 500;
}

.home_u_1 .blog_1_u .Blog-content .blog-title {
    margin-bottom: 10px !important;
}

.home_u_1 .blog_1_u .Blog-content .blog-title h3 a {
    transition: all 0.3s ease-in-out;
}

.home_u_1 footer {
    background: linear-gradient(56deg, #342fd2 43%, #0dbbe6 100%);
    position: relative;
}

.home_u_1 footer .shape_u {
    position: absolute;
    z-index: -1;
}

.home_u_1 footer .shape_1_u {
    top: 10px;
    left: -13%;
}

.home_u_1 footer .shape_2_u {
    top: 45%;
    left: -10%;
}

.home_u_1 footer .shape_3_u {
    bottom: -13%;
    right: 12%;
}

.home_u_1 footer .shape_4_u {
    bottom: 1%;
    right: -12%;
    opacity: 0.8;
}

.speed_section_8_t .speed--Secured-section {
    margin-top: 130px;
}

.speed_section_8_b .speed--Secured-section {
    margin-top: 30px;
}


/* Update css file*/

.inner_pages .header-top,
.contat-version .header-top,
.domain-version .header-top {
    background: #342fd2 !important;
}

.home-version-one_u .nav-header .header-top {
    background: #342fd2;
}

.inner_pages header:before,
.contat-version header:before,
.domain-version header:before {
    background: linear-gradient(50deg, #342fd2 43%, #0dbbe6 100%);
}

.inner_pages footer,
.contat-version footer,
.domain-version footer {
    background-image: -moz-linear-gradient(56deg, #342fd2 43%, #0dbbe6 100%);
    background-image: -webkit-linear-gradient(56deg, #342fd2 43%, #0dbbe6 100%);
    background-image: -ms-linear-gradient(56deg, #342fd2 43%, #0dbbe6 100%);
}

.home-version-one_u .banner-area::before {
    background: linear-gradient(50deg, #342fd2 43%, #0dbbe6 100%);
}

.home-version-one_u .pricing-section::before {
    background: linear-gradient(142deg, #342fd2 0%, #0dbbe6 100%);
}

.home-version-one_u .location-section {
    background-image: -moz-linear-gradient(32deg, #342fd2 43%, #0dbbe6 100%);
    background-image: -webkit-linear-gradient(32deg, #342fd2 43%, #0dbbe6 100%);
    background-image: -ms-linear-gradient(32deg, #342fd2 43%, #0dbbe6 100%);
}

.home-version-one_u footer {
    background-image: -moz-linear-gradient(-130deg, #342fd2 53%, #0dbbe6 100%);
    background-image: -webkit-linear-gradient(-130deg, #342fd2 53%, #0dbbe6 100%);
    background-image: -ms-linear-gradient(-130deg, #342fd2 53%, #0dbbe6 100%);
}

.services_count::before {
    background: linear-gradient(50deg, #342fd2 43%, #0dbbe6 100%);
}

.home-version-one_u .location-section .section-content p {
    color: #ffffff;
}

.location-section .location-map .map-area ul li {
    color: #fff;
}

.privecy_policy .update_time h4 {
    margin: 0;
    font-size: 22px;
}

.privecy_policy .trams_condition {
    margin-bottom: 50px;
}

.privecy_policy .trams_condition h3 {
    font-size: 22px;
}

.privecy_policy .trams_condition p {
    margin-top: 15px;
}

.privecy_policy .trams_condition ul li {
    display: inline !important;
}

.privecy_policy .trams_condition ul li a {
    margin-bottom: 10px;
    color: #0073EC;
    transition: all 0.3s ease-in-out;
}

.privecy_policy .trams_condition ul li a:hover {
    color: #1e90ff;
}

